5.0.0 (2023-12-21)
Bug Fixes
- connection: require connection to be passed (#2335) (1867dd1)
- job: revert console warn custom job ids when they represent integers (#2312) (84015ff)
- python: unify redis connection args for Queue and Worker (#2282) (8eee20f)
- worker: throw error if connection is missing (6491a18)
Features
- job: provide skipAttempt option when manually moving a job (#2203) (0e88e4f)
- python: use new queue markers (b0a13e8)
- python: use new queue markers (4276eb7)
- worker: improved markers handling (73cf5fc)
- worker: improved markers handling (0bac0fb)
BREAKING CHANGES
- worker: Markers use now a dedicated key in redis instead of using a special Job ID.
- worker: Markers use now a dedicated key in redis instead of using a special Job ID.