agola/internal/services/runservice/store
Simone Gotti 145c87b4c0 runservice: minimize scheduling of tasks that will be queued by the executor
Since the executor only periodically updates its state we could end up
scheduling much more tasks than the executor ActiveTasksLimit. This will happen
in the case of many parallel tasks that can all start at the same time.

To avoid this also considere the executor tasks saved in etcd that represent
the real view of scheduled tasks.
2020-02-27 11:03:03 +01:00
..
store.go runservice: minimize scheduling of tasks that will be queued by the executor 2020-02-27 11:03:03 +01:00
store_test.go runservice: add run workspace cleaner 2019-09-17 09:40:23 +02:00