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 ThePokestarFan
Recipients ThePokestarFan, ned.deily, ronaldoussoren
Date 2019-10-31.21:38:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572557933.17.0.948616559199.issue38658@roundup.psfhosted.org>
In-reply-to
Content
I have a Python process that should not die that is multiprocessed. I have a queue process that feeds the queue every so often, but my program should use up queue items faster than the queue adds them. I have four worker threads that make requests to an API and update an SQL table with the results. However, if I use nohup and run it, it crashes. Even if I directly run it, it crashes. It used to run forever when I loaded it in PyCharm, but even that crashes it.
History
Date User Action Args
2019-10-31 21:38:53ThePokestarFansetrecipients: + ThePokestarFan, ronaldoussoren, ned.deily
2019-10-31 21:38:53ThePokestarFansetmessageid: <1572557933.17.0.948616559199.issue38658@roundup.psfhosted.org>
2019-10-31 21:38:53ThePokestarFanlinkissue38658 messages
2019-10-31 21:38:52ThePokestarFancreate