influxdb/task
Mark Rushakoff 2e81dd31b4 refactor(task): enable high-frequency WithTicker option
Previously, the WithTicker option would call TickScheduler.Tick every
time the underlying time.Ticker sent a time on its channel. This meant
we used a 1s period, which meant that in the worst case, we would see a
tick at about 999ms after the second rollover.

This change increases the underlying time.Ticker frequency, but only
calls TickScheduler.Tick after a second rolls over. Since we now use a
tick frequency of 100ms, during normal operation, TickScheduler.Tick
will be called within 0.1s after the second rolls over.
2018-12-07 08:38:59 -08:00
..
backend refactor(task): enable high-frequency WithTicker option 2018-12-07 08:38:59 -08:00
mock Ensure error strings not capitalised ST1005 2018-11-30 10:54:24 +00:00
options Change delay to offset in tasks to match the flux spec 2018-12-06 11:00:07 -06:00
servicetest feat(task): Allow the most recent run time to be shown in the api. (#1765) 2018-12-06 16:46:16 -07:00
Makefile fix(Makefile): remove old clean targets 2018-11-15 20:21:30 -06:00
platform_adapter.go feat(task): Allow the most recent run time to be shown in the api. (#1765) 2018-12-06 16:46:16 -07:00
service_test.go chore(task): rename adaptertest to servicetest 2018-09-05 14:38:45 -07:00
validator.go feat(http): add authentication handler middleware 2018-10-02 14:11:44 -04:00