agola/internal/services/runservice
Simone Gotti f7d0950ca1 *: write and flush header on log handlers
Explicitly write and flush the headers in the various services LogHandlers.

Currently the 200 response and the other headers will be automatically written
by the golang http implementation only when we send something in the body. But if
there's nothing to send (no logs yet written) the client will never receive the
headers and cannot know if the request was successful.
2019-11-14 10:52:45 +01:00
..
action *: improve error handling 2019-11-11 12:17:35 +01:00
api *: write and flush header on log handlers 2019-11-14 10:52:45 +01:00
common runservice: use etcd mutex TryLock on fetching 2019-11-13 11:53:54 +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 runservice: use etcd mutex TryLock on fetching 2019-11-13 11:53:54 +01:00
scheduler_test.go *: export clients and related types 2019-08-02 12:02:01 +02:00