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/conf
Joseph Schorr 5f99448adc Add a chunk cleanup queue for async GC of empty chunks
Instead of having the Swift storage engine try to delete the empty chunk(s) synchronously, we simply queue them and have a worker come along after 30s to delete the empty chunks. This has a few key benefits: it is async (doesn't slow down the push code), helps deal with Swift's eventual consistency (less retries necessary) and is generic for other storage engines if/when they need this as well
2016-11-15 15:07:41 -05:00
..
init Add a chunk cleanup queue for async GC of empty chunks 2016-11-15 15:07:41 -05:00
nginx Change read timeout on WAMP to 5 min 2016-11-01 16:07:17 -04:00
gunicorn_local.py Crypto's Random needs to be reset after forks, otherwise it exceptions 2015-09-28 15:45:01 -04:00
gunicorn_registry.py Crypto's Random needs to be reset after forks, otherwise it exceptions 2015-09-28 15:45:01 -04:00
gunicorn_secscan.py Split secscan endpoints into a new process 2016-05-02 11:38:00 -04:00
gunicorn_verbs.py Re-seed crypto random on all forks 2015-11-17 12:23:10 -05:00
gunicorn_web.py Re-seed crypto random on all forks 2015-11-17 12:23:10 -05:00
jwtproxy_conf.yaml.jnj Implement setup tool support for Clair 2016-05-04 13:40:50 -04:00
logging.conf Unify the logging infrastructure and turn the prod logging level to INFO in preparation for picking up a new cloud logger. 2015-02-11 14:15:18 -05:00
logging_debug.conf Silence boto logs when running locally 2015-11-18 19:04:26 -05:00
monitrc Add monit-based monitoring of build manager 2016-11-02 14:14:07 -04:00