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/workers
Joseph Schorr 405eca074c Security scanner flow changes and auto-retry
Changes the security scanner code to raise exceptions now for non-successful operations. One of the new exceptions raised is MissingParentLayerException, which, when raised, will cause the security worker to perform a full rescan of all parent images for the current layer, before trying once more to scan the current layer. This should allow the system to be "self-healing" in the case where the security scanner engine somehow loses or corrupts a parent layer.
2016-12-16 15:38:09 -05:00
..
__init__.py First few changes for the image diffs feature. 2013-10-17 18:25:19 -04:00
buildlogsarchiver.py Auto expire the build status and logs in redis 2016-06-20 13:53:13 -04:00
chunkcleanupworker.py Add a chunk cleanup queue for async GC of empty chunks 2016-11-15 15:07:41 -05:00
gcworker.py Accidentally forgot a line in the gc worker. 2016-08-02 10:44:53 -04:00
globalpromstats.py Fixing api usage. 2016-12-07 12:53:07 -05:00
logrotateworker.py Fix locking via RedLock 2016-08-29 16:06:26 -04:00
notificationworker.py Only send vulnerability events if the minimum priority is gte to that specified 2015-11-10 16:05:55 -05:00
queuecleanupworker.py workers.queuecleanup: s/week/day cleanup frequency 2016-10-20 13:47:07 -04:00
queueworker.py Reduce the update period on queue worker metrics. 2016-12-05 18:12:14 -05:00
repositoryactioncounter.py pylint formatting 2016-10-28 17:12:46 -04:00
security_notification_worker.py Add a fake security scanner class for easier testing 2016-12-14 17:11:45 -05:00
securityworker.py Security scanner flow changes and auto-retry 2016-12-16 15:38:09 -05:00
service_key_worker.py Use the instance service key for registry JWT signing 2016-06-07 11:58:10 -04:00
storagereplication.py Fix full database test script to not fail randomly 2016-11-30 18:24:08 -05:00
worker.py add staggered worker startup 2016-10-28 17:12:39 -04:00