agola/internal
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 internal: fix linter errors 2019-07-02 16:20:53 +02:00
datamanager datamanager: always handle basepath 2019-07-03 17:03:37 +02:00
db internal: fix linter errors 2019-07-02 16:20:53 +02:00
etcd *: use vanity url 2019-07-01 11:40:20 +02:00
git-handler internal: fix linter errors 2019-07-02 16:20:53 +02:00
git-save *: use vanity url 2019-07-01 11:40:20 +02:00
gitsources gitsources: fix linter errors 2019-07-02 16:10:39 +02:00
log Add common logging helper 2019-02-21 16:05:35 +01:00
objectstorage internal: fix linter errors 2019-07-02 16:20:53 +02:00
runconfig *: use vanity url 2019-07-01 11:40:20 +02:00
sequence *: use vanity url 2019-07-01 11:40:20 +02:00
services runservice: delete executor task early 2019-07-08 16:03:14 +02:00
testutil internal: fix linter errors 2019-07-02 16:20:53 +02:00
toolbox internal: fix linter errors 2019-07-02 16:20:53 +02:00
util internal: fix linter errors 2019-07-02 16:20:53 +02:00
tools.go Add makefile 2019-02-21 15:59:16 +01:00