You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm hosting one of my Grav project on OVH, which doesn't allow to set the cron 'minute' field for the cron periodicity. That means We can only get the cron to run every hour at a fixed minute time.
I think for this use case it would be great to have the option to run the scheduler command with an option to make it run jobs that are past due (if nextRunDate <= currentTime).
I'd suggest something like 'catchup' or 'overdue' for the option name, but I'm open to any suggestion :)
Let me know if you like the idea and I'll submit a PR when I get some time to work on this.
The text was updated successfully, but these errors were encountered:
Hi, I'm hosting one of my Grav project on OVH, which doesn't allow to set the cron 'minute' field for the cron periodicity. That means We can only get the cron to run every hour at a fixed minute time.
I think for this use case it would be great to have the option to run the scheduler command with an option to make it run jobs that are past due (if nextRunDate <= currentTime).
I'd suggest something like 'catchup' or 'overdue' for the option name, but I'm open to any suggestion :)
Let me know if you like the idea and I'll submit a PR when I get some time to work on this.
The text was updated successfully, but these errors were encountered: