influxdb/task
Lyon Hill 7aa98ca84f
feat(task): add limit function for task concurrency (#15266)
* feat(task): add limit function for task concurrency

The new task executor handles limit's differently then the old executor
instead of front loading limits by creating a runner for every task that might run
the new executor has a large worker pool and queue. This allow's us to have a unlimited
concurrency per task and helps us avoid a back log of task's execution based on a
arbitrary execution limit. This add's the ability to add an optional task execution limit
so a user can still have the advantages of limiting concurrency.
2019-09-25 12:02:04 -06:00
..
backend feat(task): add limit function for task concurrency (#15266) 2019-09-25 12:02:04 -06:00
mock chore(tasks): use pointers for task errors (#14343) 2019-07-15 13:57:51 -07:00
options Merge branch 'master' into flux-staging-v0.48.x 2019-09-19 17:20:40 +02:00
servicetest refactor: http error serialization matches the new error schema (#15196) 2019-09-19 10:06:47 -05:00