influxdb/task/backend
Lyon Hill bdc882f6ce
feat(session): Build out a new session service (#17950)
This new session service has the ability to work independant of other systems
it relies on having its own store type which should allow us to be more flexible
then using the built in kv system.

I have included an in mem session store.
2020-05-11 15:04:11 -06:00
..
coordinator refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
executor feat(task): Add option to Executor to set maximum worker count. 2020-04-09 09:37:17 -04: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 refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -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