chrisspen/django-chroniker

Support crontab syntax for job scheduling

Closed this issue · 1 comments

I'm finding the minutely/hourly ... options a little too rigid for some of our use cases. For instance, we have jobs that are ideally run every 5 minutes.

Could we somehow support crontab syntax overrides? I feel I should be allowed to apply */5 * * * * to a job and run it every 5 minutes for instance.

I'm willing to build this feature if it is approved.

After delving deeper, I discovered the interval:5 param which achieves the abovementioned objective. I'm closing this issue.