rq / rq-scheduler

A lightweight library that adds job scheduling capabilities to RQ (Redis Queue)
MIT License
1.45k stars 230 forks source link

Depends on #225

Closed noncomputable closed 4 years ago

noncomputable commented 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.