influxdb/task/backend
davidby-influx ebb597d16c
fix: preserve time zone information in Task Scheduler (#25112)
Avoid converting times to int64 in the Task Scheduler
to preserve time zone information. This corrects a
failure after fall back time changes which halts
every-type tasks

closes https://github.com/influxdata/influxdb/issues/25110
2024-06-27 16:14:45 -07:00
..
coordinator fix: manually scheduled task runs now run when expected (#23664) 2022-10-13 14:57:57 -04:00
executor fix: manually scheduled task runs now run when expected (#23664) 2022-10-13 14:57:57 -04:00
middleware fix: manual task runs are scheduled asyncronously (#22702) 2021-10-20 09:12:57 -06:00
scheduler fix: preserve time zone information in Task Scheduler (#25112) 2024-06-27 16:14:45 -07:00
analytical_storage.go fix: corrrectly return 4XX errors instead of 5XX errors (#24519) 2023-12-27 08:21:09 -08:00
analytical_storage_test.go test: use `T.TempDir` to create temporary test directory (#23258) 2023-03-21 16:22:11 -04:00
check_task_error.go fix: correct various typos (#19987) 2020-11-11 13:54:21 -05:00
coordinator.go refactor: refactor for tasks backport (#21117) 2021-04-07 14:42:55 -04:00
coordinator_test.go refactor: refactor for tasks backport (#21117) 2021-04-07 14:42:55 -04:00
read_table_test.go build: upgrade to Go 1.18.1 (#23252) 2022-04-13 15:24:27 -05:00
run_recorder.go feat: add fields to tasks bucket to match cloud (#23406) 2022-06-08 14:19:00 -04:00
schedulable_task_service.go refactor: refactor for tasks backport (#21117) 2021-04-07 14:42:55 -04:00
schedulable_task_service_test.go refactor: refactor for tasks backport (#21117) 2021-04-07 14:42:55 -04:00
task.go refactor: refactor for tasks backport (#21117) 2021-04-07 14:42:55 -04:00