class documentation
Specification of the times scheduled actions may occur.
The times are the union of calendars, intervals, and
cron_expressions excluding anything in skip.
Cron-based specification of times.
This is provided for easy migration from legacy string-based cron
scheduling. New uses should use calendars instead. These
expressions will be translated to calendar-based specifications on the
server.
Jitter to apply each action.
An action's scheduled time will be incremented by a random value between 0 and this value if present (but not past the next schedule).
Undocumented
