influxdb/task/backend
Lyon Hill 22c573df68
fix: clean up old runs when we fail to enqueue it (#18482)
* fix: clean up old runs when we fail to enqueue it

We need to make sure the runs are removed if we fail to enqueue the run to be worked.
for this we will now add an error message stating why we failed and move the run out of our kv store.

* fix: update fail message
2020-06-12 13:02:31 -06:00
..
coordinator refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
executor fix: clean up old runs when we fail to enqueue it (#18482) 2020-06-12 13:02:31 -06:00
middleware refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
scheduler refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
analytical_storage.go feat(session): Build out a new session service (#17950) 2020-05-11 15:04:11 -06:00
analytical_storage_test.go Merge branch 'master' into chore/merge-master 2020-04-06 12:17:47 -05:00
check_task_error.go fix(tasks): replace deactivation of unrecoverable errors with metric (#15430) 2019-10-16 16:00:58 -07:00
coordinator.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
coordinator_test.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
read_table_test.go chore: Remove several instances of WithLogger (#15996) 2019-12-04 15:10:23 -08:00
run_recorder.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
schedulable_task_service.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
schedulable_task_service_test.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
task.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00