influxdb/task/backend
docmerlin (j. Emrys Landivar) 06102ba3d4 fix(tasks): reduce memory allocations in scheduler
This will reduce memory allocations in the scheduler by removing
unneccessary delete/replace actions on the btree that is used as an
internal priority queue.
2020-02-07 09:30:50 -06:00
..
coordinator fix(tasks): use LatestCompleted if LatestScheduled is behind 2020-01-17 13:15:13 -06:00
executor feat(task): make task query without returning content 2020-01-17 16:51:01 +01:00
middleware refactor(tasks): remove dead scheduler code (#16252) 2020-01-02 11:41:21 -08:00
scheduler fix(tasks): reduce memory allocations in scheduler 2020-02-07 09:30:50 -06:00
analytical_storage.go feat(metrics): add run latency to executor metrics (#16190) 2019-12-11 14:50:32 -08:00
analytical_storage_test.go chore: Remove several instances of WithLogger (#15996) 2019-12-04 15:10:23 -08: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 fix(task): LatestScheduled is set when task is updated to active 2019-12-06 11:52:54 -07:00
coordinator_test.go fix(task): LatestScheduled is set when task is updated to active 2019-12-06 11:52:54 -07:00
error_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
read_table_test.go chore: Remove several instances of WithLogger (#15996) 2019-12-04 15:10:23 -08:00
run_recorder.go chore: Remove several instances of WithLogger (#15996) 2019-12-04 15:10:23 -08:00
schedulable_task_service.go feat(task): Add a latestScheduled field for tasks (#15785) 2019-11-06 15:10:52 -07:00
schedulable_task_service_test.go refactor(tasks): use go Time for Task CreatedAt, UpdatedAt, LatestCompleted, Offset (#15672) 2019-11-12 17:13:56 -08:00
task.go refactor(tasks): remove dead scheduler code (#16252) 2020-01-02 11:41:21 -08:00