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/manager
Joseph Schorr 2d6a6a1f6c Add a timeout to various operations against etcd in the build manager when it cannot connect to etcd
This will ensure that the build managers don't simply sit there thrashing against a non-existing cluster, thus driving the CPU up on our production nodes, and thus taking them out of service

Addresses https://jira.coreos.com/browse/QUAY-990
2018-07-08 12:25:33 +03: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
basemanager.py Make the redis client use AsyncWrapper and coroutines 2016-11-18 15:59:14 -05:00
buildcanceller.py Adding in cancel for a build that is building. 2016-11-16 17:40:24 -05:00
enterprise.py Make the redis client use AsyncWrapper and coroutines 2016-11-18 15:59:14 -05:00
ephemeral.py Add a timeout to various operations against etcd in the build manager when it cannot connect to etcd 2018-07-08 12:25:33 +03:00
etcd_canceller.py Fixing the ttl on etcd. 2016-12-02 13:27:47 -05:00
executor.py Use $QUAYPATH and $QUAYDIR in conf and init files 2017-07-05 16:23:54 +02:00
noop_canceller.py Adding in cancel for a build that is building. 2016-11-16 17:40:24 -05:00