mirror of https://github.com/peter4431/rq.git
enqueue_dependents now uses origin queue to enqueue
Current implementation is using the first job queue to insert the dependent jobs. This makes RQ to ignore the original queue where the jobs were enqueued. With this change, we will use job origin attribute to fetch the original queue, then insert the dependent job to the fetched queue. fixes issue #512main
parent
e6a15c57b3
commit
b4f157516e
Loading…
Reference in New Issue