influxdb/task/backend/coordinator
Lyon Hill bb6aa1df3b
feat(task): Add a latestScheduled field for tasks (#15785)
Previously we overwrote the tasks existing latestCompleted to be used for latestCompleted as well as latestScheduled.
For obvious reasons this is confusing and missleading. I believe by seperating the two fields we can have a clear seperation
of concerns.
2019-11-06 15:10:52 -07:00
..
coordinator.go refactor(tasks): separate coordinator and middleware (#14779) 2019-08-23 19:05:13 +00:00
coordinator_test.go feat(tasks): fixes for changeover 2019-10-29 10:36:47 -05:00
support_test.go refactor(tasks): create coordinator for new scheduler/executor (#15268) 2019-09-26 13:55:23 -07:00
task_coordinator.go feat(task): Add a latestScheduled field for tasks (#15785) 2019-11-06 15:10:52 -07:00
task_coordinator_support_test.go refactor(tasks): create coordinator for new scheduler/executor (#15268) 2019-09-26 13:55:23 -07:00
task_coordinator_test.go feat(tasks): fixes for changeover 2019-10-29 10:36:47 -05:00