This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/buildman
Joseph Schorr c29f9ccc7f Fix TTL on heartbeat in etcd
Until now, once the heartbeat has expired, we would issue a TTL that is negative, which causes etcd to either raise an exception or simply ignore the expiration (depending on the version of etcd). This change ensures that once the key is expired, it is removed immediately via a set of a TTL of 0. Also adds tests for this case and the normal expiration case.
2016-08-03 11:15:03 -04:00
..
component buildman: mark missing buildargs as failure 2016-06-17 18:33:54 -04:00
jobutil Bug fixes, refactoring and "new" tests for the build manager 2016-07-18 13:46:48 -04:00
manager Fix TTL on heartbeat in etcd 2016-08-03 11:15:03 -04:00
qemu-coreos Kubernetes build worker 2016-07-08 15:50:51 -04:00
templates Small code cleanup before whitelist addition 2016-07-08 15:50:51 -04:00
__init__.py WIP: Start implementation of the build manager/controller. This code is not yet working completely. 2014-11-11 18:23:15 -05:00
asyncutil.py buildman: rm unused imports 2015-03-09 13:04:16 -04:00
builder.py Add exception logging to the build manager 2015-09-30 15:49:35 -04:00
enums.py Make sure the build manager dies on an unhandled schedule exception 2015-02-25 12:19:21 -05:00
server.py Further updates to the Prometheus client code 2016-07-01 14:16:51 -04:00