influxdb/task/backend/executor
Lyon Hill 5fe3600126
feat(task): Task execution will accurately measure queue delta (#14913)
When a task is told to execute it can be enqueued waiting for a worker.
This statistic will be superior to the existing delta based on scheduled for,
the current system can be effected by a user having slow queries or a long "delay" on the task.
This new way of measuring the same thing should allow us to accuratly measure when it is the task system's fault.
2019-09-03 12:55:33 -06:00
..
executor.go feat(task): impersonate user on task execution (#14675) 2019-08-15 18:31:52 -06:00
executor_metrics.go feat(tasks): add new executor prometheus metrics 2019-07-31 14:29:05 -07:00
executor_test.go fix(query): remove http.to and update test cases that used it 2019-08-21 09:59:01 -06:00
task_executor.go feat(task): Task execution will accurately measure queue delta (#14913) 2019-09-03 12:55:33 -06:00
task_executor_test.go chore(ci): update go-tools 2019-08-22 10:55:05 -05:00