More specifically, introduce a `scheduleAfter` argument to Store.CreateTask. The previous behavior was leaving a new task's meta LatestComplete value set to zero, which meant that the first run of a schedule would start from 1970. Now, it's set to time.Now unless otherwise specified. Updates #595. |
||
---|---|---|
.. | ||
coordinator.go | ||
coordinator_test.go |