You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `enqueue_jobs_from_dead_broker.lua` script doesn't re-enqueue jobs
if the max_retries was exceeded. This is very surprising behaviour for
most people, and because the failure handler is not called it means jobs
can be left in an inconsistent state.
This change will make sure that the failure handler is called and the
job moved to the FAILED state.
Drive-by: Add functional tests for concurrency that I forgot to `git
add` previously.
Drive-by: Add tags file to .gitignore
Drive-by: add flake8 to tox venv dependencies so that vscode works
better in that venv
Fixes: #14
0 commit comments