Feature
- job: Add isActive method [python] (#2352) (
afb5e31
) - sandbox: Support URL (local files) as processor file (
7eea670
) - job: Provide skipAttempt option when manually moving a job (#2203) (
0e88e4f
) - worker: Improved markers handling (
73cf5fc
) - python: Use new queue markers (
b0a13e8
) - python: Use new queue markers (
4276eb7
) - worker: Improved markers handling (
0bac0fb
)
Fix
- worker: Throw error if connection is missing (
6491a18
) - 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
)
Breaking
- Markers use now a dedicated key in redis instead of using a special Job ID. (
73cf5fc
) - Markers use now a dedicated key in redis instead of using a special Job ID. (
0bac0fb
)