agola/internal/services/runservice
Simone Gotti 5ab9f7c970 *: use etcd mutex TryLock
etcd PR 11104 (https://github.com/etcd-io/etcd/pull/11104) implemented mutex
TryLock. Since it's only available in etcd master just copy relevant code and
add a TODO to remove it when updating the etcd client to a version implementing
TryLock.

Use TryLock everywhere where it'll be useful.
2019-11-12 22:27:17 +01:00
..
action *: improve error handling 2019-11-11 12:17:35 +01:00
api *: improve error handling 2019-11-11 12:17:35 +01:00
common *: improve error handling 2019-11-11 12:17:35 +01:00
readdb readdb: improve HandleEvents goroutine exiting 2019-11-12 11:03:21 +01:00
store *: improve error handling 2019-11-11 12:17:35 +01:00
runservice.go runservice: don't save executor task data in etcd 2019-09-17 12:03:43 +02:00
scheduler.go *: use etcd mutex TryLock 2019-11-12 22:27:17 +01:00
scheduler_test.go *: export clients and related types 2019-08-02 12:02:01 +02:00