Message355769
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. |
|
| Date |
User |
Action |
Args |
| 2019-10-31 21:38:53 | ThePokestarFan | set | recipients:
+ ThePokestarFan, ronaldoussoren, ned.deily |
| 2019-10-31 21:38:53 | ThePokestarFan | set | messageid: <[email protected]> |
| 2019-10-31 21:38:53 | ThePokestarFan | link | issue38658 messages |
| 2019-10-31 21:38:52 | ThePokestarFan | create | |
|