Message355769
| 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:53 | ThePokestarFan | set | recipients: + ThePokestarFan, ronaldoussoren, ned.deily |
| 2019-10-31 21:38:53 | ThePokestarFan | set | messageid: <1572557933.17.0.948616559199.issue38658@roundup.psfhosted.org> |
| 2019-10-31 21:38:53 | ThePokestarFan | link | issue38658 messages |
| 2019-10-31 21:38:52 | ThePokestarFan | create | |