Cron for the task queue, as an addon rather than a queue feature: a
TaskSchedule is a long-lived definition in its own store, and every
firing becomes an ordinary TaskSubmission. Includes a dependency-free
cron parser. Safe on every node — the store's compare-and-set on the
firing time replaces a leader election.