#2377·rq

Bug in deferred jobs enqueueing

Author: selwinCreated Mar 13, 2026Updated May 29, 2026

There are three jobs:

  1. A depends on B
  2. B depends on C
  • C gets enqueued, picked up by a worker and failed
  • When C is requeued, it gets picked up by a worker and finishes
  • Job B will be in an enqueued state, but is not picked up by a worker