Describe the bug
When worker.Enqueue() is called with a Job with an already existing ID, it simply returns the internal duplication error from the queue implementation (e.g., unique constraint
To Reproduce
Steps to reproduce the behavior:
- Enqueue a job with id
x
- Enqueue another job with id
x.
Expected behavior
A predefined error to indicate Conflict should be returned.