This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author oesteban
Recipients Francis Bolduc, brianboonstra, cvrebert, dan.oreilly, davin, jnoller, oesteban, pitrou, sbt
Date 2018-04-24.02:18:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524536295.25.0.682650639539.issue22393@psf.upfronthosting.co.za>
In-reply-to
Content
We use multiprocessing to parallelize many tasks that run either python code or call subprocess.run that are memory hungry.

At times the OOM Killer kicks in. When one of the workers is killed, the queue never returns an error for the task being run by the worker.

Are there any plans to merge the patch proposed in this issue?
History
Date User Action Args
2018-04-24 02:18:15oestebansetrecipients: + oesteban, pitrou, jnoller, cvrebert, sbt, dan.oreilly, davin, brianboonstra, Francis Bolduc
2018-04-24 02:18:15oestebansetmessageid: <1524536295.25.0.682650639539.issue22393@psf.upfronthosting.co.za>
2018-04-24 02:18:15oestebanlinkissue22393 messages
2018-04-24 02:18:14oestebancreate