influxdb/task
Stuart Carnie 2640f87538
fix(task): LatestScheduled is set when task is updated to active
This change ensures the following behavior:

* task LatestScheduled is always set when a task is updated and
  transitions from a status of inactive to active
* task LatestScheduled is non-zero when created, to set the initial
  schedule time as some point after it was created

In addition, the kv.Service introduces clock.Clock that is used for
task create and task updates only. This change permits testing
in a deterministic fashion.
2019-12-06 11:52:54 -07:00
..
backend fix(task): LatestScheduled is set when task is updated to active 2019-12-06 11:52:54 -07:00
mock chore: Remove several instances of WithLogger (#15996) 2019-12-04 15:10:23 -08:00
options fix(tasks): fix every parsing 2019-11-12 14:46:19 -06:00
servicetest fix(task): LatestScheduled is set when task is updated to active 2019-12-06 11:52:54 -07:00