Skip to content

Improve handling of message handler shutdown in local executor

Samuel GAIST requested to merge improve_message_handler_shutdown into master

If one of the message handler was not started before joined, it would raise an error.

See Python.threading.Thread.join

Relates to beat.backend.python#30 (closed)

Merge request reports