queue.enqueue_many()
now supportson_success
and onon_failure
arguments. Thanks @y4n9squared!- You can now pass
enqueue_at_front
toDependency()
objects to put dependent jobs at the front when they are enqueued. Thanks @jtfidje! - Fixed a bug where workers may wrongly acquire scheduler locks. Thanks @milesjwinter!
- Jobs should not be enqueued if any one of it's dependencies is canceled. Thanks @selwin!
- Fixed a bug when handling jobs that have been stopped. Thanks @ronlut!
- Fixed a bug in handling Redis connections that don't allow
SETNAME
command. Thanks @yilmaz-burak!