influxdb/task/backend/executor
Jonathan A. Sternberg bcbb9df72e
refactor(task): tasks will now use the flux language service (#17104)
The tasks subsystem will now use the flux language service to parse and
evaluate flux instead of directly interacting with the parser or
runtime. This helps break the dependency on the libflux parser for the
base influxdb package.

This includes the task notification packages which were changed at the
same time.
2020-03-05 14:36:58 -06:00
..
executor.go refactor: update flux for the runtime package (#17002) 2020-02-27 11:31:45 -06:00
executor_metrics.go refactor(tasks): remove dead scheduler code (#16252) 2020-01-02 11:41:21 -08:00
executor_test.go refactor(task): tasks will now use the flux language service (#17104) 2020-03-05 14:36:58 -06:00
limits.go refactor(task): tasks will now use the flux language service (#17104) 2020-03-05 14:36:58 -06:00
limits_test.go refactor(task): tasks will now use the flux language service (#17104) 2020-03-05 14:36:58 -06:00
support_test.go refactor: update flux for the runtime package (#17002) 2020-02-27 11:31:45 -06:00