Skip to content

3.3.1

Choose a tag to compare

@coleifer coleifer released this 31 Jul 13:49
  • 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 called enable_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".

View commits

9codereview01