Closed noncomputable closed 4 years ago
RQ allows jobs to be dependent on others. Its enqueuing methods accept a job dependency via a "depends_on" argument. RQ-scheduler's enqueue_in and enqueue_at methods should also allow for this.
There was pull request with similar goals 6 years ago, but for some reason it was never accepted, and it's now outdated: https://github.com/rq/rq-scheduler/pull/56.
RQ allows jobs to be dependent on others. Its enqueuing methods accept a job dependency via a "depends_on" argument. RQ-scheduler's enqueue_in and enqueue_at methods should also allow for this.
There was pull request with similar goals 6 years ago, but for some reason it was never accepted, and it's now outdated: https://github.com/rq/rq-scheduler/pull/56.