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
{{ message }}
This repository was archived by the owner on May 12, 2018. It is now read-only.
Running without RQ Scheduler and multiple RetryWorkers I saw a job dequeued and never processed. The job was eventually orphaned. The orphaned job (not in any q, not in any registry) looked like this:
The values above are all expected from the app in question. No errors were thrown and no worker processes were hard killed. There were 8 worker processes at the time so one or more might have died.
Need to understand and close or at least shrink window for job loss.