| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 3.3.1 source code.tar.gz | 2026-07-31 | 608.4 kB | |
| 3.3.1 source code.zip | 2026-07-31 | 647.4 kB | |
| README.md | 2026-07-31 | 651 Bytes | |
| Totals: 3 Items | 1.3 MB | 0 | |
- Ensure traceback is stored properly for error results.
- Restart the stats recorder in forked children via
os.register_at_fork. Previously the writer thread existed only in the process that calledenable_stats(), so a consumer w/worker_type='process'(or a preforking web server that loads the app before forking) buffered task events in its workers but never wrote them, and the dashboard showed tasks stuck on "enqueued".