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
Recurrence rules are much more flexible than cron specifications, supporting things like "every monday and wednesday", or "the last thursday of the month, for five months". There's a js library to parse/validate rrules, which can generate the next Date the job should be run via
This should be reasonably straightforward to add to getNextMillis, but rrule has some "quirks" if the system is not set to run in the UTC timezone.
The text was updated successfully, but these errors were encountered:
adamlounds
changed the title
Recurrence Rule (rfc 5545, "rrule") support for repeating jobs
Enhancement: Recurrence Rule (rfc 5545, "rrule") support for repeating jobs
Mar 1, 2021
Enhancement Request
Support rrule (rfc5545) syntax as well as cron syntax for repeating jobs
Recurrence rules are much more flexible than cron specifications, supporting things like "every monday and wednesday", or "the last thursday of the month, for five months". There's a js library to parse/validate rrules, which can generate the next Date the job should be run via
This should be reasonably straightforward to add to getNextMillis, but rrule has some "quirks" if the system is not set to run in the UTC timezone.
The text was updated successfully, but these errors were encountered: