rq-scheduler
Package: z4j-rqscheduler - rq-scheduler 0.13+.
Install
Section titled “Install”pip install z4j-rqschedulerStatus
Section titled “Status”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.
What it captures
Section titled “What it captures”- Job IDs, function paths, cron/interval expressions.
- Next run time, last run time.
- Queue assignment.
Discovery
Section titled “Discovery”Uses scheduler.get_jobs() every 5 minutes. Changes made via scheduler.cron(...) etc. appear on the next sync.
Paired with
Section titled “Paired with”RQ. See engine: RQ.
Roadmap
Section titled “Roadmap”v1.1 adds CRUD UI. Track progress at roadmap.