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
Matt Jibson cfb6e884f2 Refactor metric collection
This change adds a generic queue onto which metrics can be pushed. A
separate module removes metrics from the queue and adds them to Cloudwatch.
Since these are now separate ideas, we can easily change the consumer from
Cloudwatch to anything else.

This change maintains near feature parity (the only change is there is now
just one queue instead of two - not a big deal).
2015-08-12 12:15:52 -04:00
..
component Don't None the build_status, as it might still be used later 2015-07-14 12:49:03 +03:00
jobutil Refactor metric collection 2015-08-12 12:15:52 -04:00
manager Increase the HD size on the build nodes 2015-07-14 15:20:17 +03:00
templates Increase the HD size on the build nodes 2015-07-14 15:20:17 +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
asyncutil.py buildman: rm unused imports 2015-03-09 13:04:16 -04:00
builder.py Switch build manager to always just WARN on boto 2015-05-18 12:34:26 -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 Refactor metric collection 2015-08-12 12:15:52 -04:00