Skip to content

rq-scheduler

Package: z4j-rqscheduler - rq-scheduler 0.13+.

Terminal window
pip install z4j-rqscheduler

Read-only in v1.0. The dashboard shows all scheduled jobs with their cron/interval, last run, next run, and enabled state. Create/update/delete via the UI is on the v1.1 roadmap.

To manage schedules today, use rq-scheduler’s Python API from a one-off script or deploy task; the dashboard reflects changes on next sync.

  • Job IDs, function paths, cron/interval expressions.
  • Next run time, last run time.
  • Queue assignment.

Uses scheduler.get_jobs() every 5 minutes. Changes made via scheduler.cron(...) etc. appear on the next sync.

RQ. See engine: RQ.

v1.1 adds CRUD UI. Track progress at roadmap.