Within the same queue:
- Job with id "X" is enqueued
- Job with id "X" is dequeued by worker №1
- Job with id "X" is enqueued
- Handler of worker №1 returns without error
- Worker №1 flushes ACK
- Job enqueued at step 3 is lost
Test in #67 demonstrates the issue.
Within the same queue:
Test in #67 demonstrates the issue.