rq / rq-scheduler

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

Corn job at a specific time #183

Closed goutomroy closed 5 years ago

goutomroy commented 6 years ago

I want to start a job everyday at 5am or 7 am. How can I do that?

cjw296 commented 6 years ago

* 5,7 * * *, no?

evanheckert commented 6 years ago

I'm pretty sure it would be 0 5,7 *

https://crontab.guru/#0_5,7_*_*_*