influxdb/task/backend
Lyon Hill 84bc9a8293 feat(task): add scheduler metrics (first pass) 2019-10-14 14:02:25 -05:00
..
coordinator refactor(tasks): create coordinator for new scheduler/executor (#15268) 2019-09-26 13:55:23 -07:00
executor feat(tasks): deactivate task on unrecoverable error (#15369) 2019-10-09 13:51:03 -07:00
middleware feat(influxdb): user disabling 2019-09-23 11:57:16 -07:00
scheduler feat(task): add scheduler metrics (first pass) 2019-10-14 14:02:25 -05:00
analytical_storage.go fix(task): Create tags using NewTags to ensure they are sorted 2019-09-04 15:25:44 -07:00
analytical_storage_test.go refactor(dependencies): use new dependency injection framework (#15174) 2019-09-19 17:01:17 +02:00
check_task_error.go feat(tasks): deactivate task on unrecoverable error (#15369) 2019-10-09 13:51:03 -07:00
coordinator.go feat(task): Allow tasks to run more isolated from other task systems (#15384) 2019-10-11 08:53:38 -06:00
coordinator_test.go feat(task): Allow tasks to run more isolated from other task systems (#15384) 2019-10-11 08:53:38 -06:00
error_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
read_table_test.go test(tasks): add test for ReadTable in analytical store (#14428) 2019-07-23 14:26:21 -07:00
schedulable_task_service.go refactor(tasks): create coordinator for new scheduler/executor (#15268) 2019-09-26 13:55:23 -07:00
schedulable_task_service_test.go refactor(tasks): create coordinator for new scheduler/executor (#15268) 2019-09-26 13:55:23 -07:00
scheduler.go fix(tasks): use go errors for scheduler metrics (#15374) 2019-10-10 09:55:30 -07:00
scheduler_metrics.go fix(tasks): use go errors for scheduler metrics (#15374) 2019-10-10 09:55:30 -07:00
scheduler_test.go test(tasks): skip flaky test 2019-09-25 18:17:59 +02:00
task.go feat(task): Create a new task executor for the new modular scheduler (#14252) 2019-07-08 08:13:29 -06:00
task_service_checkpointer.go feat(tasks): add last and checkpoint functions 2019-07-08 14:06:15 -07:00
task_service_checkpointer_test.go feat(tasks): add last and checkpoint functions 2019-07-08 14:06:15 -07:00