agola/internal/services
Simone Gotti 11a2ff48d6 runservice: delete executor task early
currently we are deleting the executor tasks only when all the run tasks
log/archives were fetched. But it'll better to remove a single executor task
when the task fetching is finished.

This could also fix possible issues on k8s since we are scheduling tasks but the
k8s scheduler may not schedule them if there aren't enough resources causing a
scheduling deadlock since we won't remove finished pods because their related
tasks are not removed and k8s cannot start new pods since it has no resources.
2019-07-08 16:03:14 +02:00
..
common *: use vanity url 2019-07-01 11:40:20 +02:00
config config: remove unused gatewayURL from gitserver config 2019-07-04 10:55:12 +02:00
configstore configstore: implement secret update 2019-07-08 10:32:32 +02:00
executor k8s driver: use right node selector on old k8s versions 2019-07-08 13:51:31 +02:00
gateway gateway: implement secret update 2019-07-08 10:32:45 +02:00
gitserver service/*: log error only if nil 2019-07-04 15:50:37 +02:00
notification notification: fix linter errors 2019-07-02 15:54:47 +02:00
runservice runservice: delete executor task early 2019-07-08 16:03:14 +02:00
scheduler scheduler: fix linter errors 2019-07-02 15:56:14 +02:00
types *: add remote source option to disable registration/login 2019-07-05 13:33:29 +02:00