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 b8d60152c4 A few small improvements to the tag backfill worker
1) Remove the join on the min ID lookup. This join is incredibly slow and taxing on the database, so we simply set the minimum to the min database ID.
2) Increase the timeout on the worker.
3) Have the manifest backfill verify the contents of the backfilled manifests, to ensure we didn't mis-copy bytes due to the previous unicode issues
2019-01-14 13:43:42 -05:00
..
blobuploadcleanupworker Disable default debug logs for workers 2017-08-24 14:25:51 -04:00
buildlogsarchiver yapf 2017-07-11 15:33:48 +03:00
gc Disable GC worker in its entirety 2018-12-03 10:42:53 -05:00
globalpromstats Disable default debug logs for workers 2017-08-24 14:25:51 -04:00
notificationworker Update for merge and make additional interface improvements 2017-07-25 17:00:08 -04:00
securityworker Add a security scanner api config object for params 2018-06-01 15:06:50 -04:00
servicekeyworker Add metrics for tracking when instance key renewal succeeds and fails, as well as when instance key *lookup* fails 2018-02-02 11:14:42 -05:00
teamsyncworker Disable default debug logs for workers 2017-08-24 14:25:51 -04:00
test Further fixes for unicode handling in manifests 2019-01-09 15:14:41 -05:00
__init__.py First few changes for the image diffs feature. 2013-10-17 18:25:19 -04:00
chunkcleanupworker.py Have Swift storage delete segments when deleting dynamic large objects 2018-05-16 16:01:49 -04:00
expiredappspecifictokenworker.py Add a worker to automatically GC expired app specific tokens 2018-02-12 14:56:01 -05:00
exportactionlogsworker.py Put aggregated log query and log exports behind feature flags 2019-01-02 16:04:15 -05:00
ipresolverupdateworker.py Add worker to update ipresolver data files every few hours 2017-09-28 14:40:59 -04:00
labelbackfillworker.py Add a worker for backfilling labels on manifests that have already been backfilled 2018-09-26 14:55:14 -04:00
logrotateworker.py Add LogEntry3 table without the extra indexes and switch to writing to it 2019-01-03 13:50:43 -05:00
namespacegcworker.py Make namespace deletion asynchronous 2018-02-27 13:12:51 -05:00
queuecleanupworker.py workers.queuecleanup: s/week/day cleanup frequency 2016-10-20 13:47:07 -04:00
queueworker.py refactor(queueworker): remove unused function and import 2017-07-10 10:49:39 -04:00
repositoryactioncounter.py Fix NPE bug in RAC worker 2017-04-11 15:42:11 -04:00
security_notification_worker.py Change security notification code to use the new stream diff reporters 2016-12-20 12:50:19 -05:00
storagereplication.py Harden the storage replication worker to failures by explicitly catching certain errors, having better backoff and explicitly ensuring a layer has been replicated to a region before adding the placement into the database 2018-10-31 14:13:25 -04:00
tagbackfillworker.py A few small improvements to the tag backfill worker 2019-01-14 13:43:42 -05:00
worker.py Disable default debug logs for workers 2017-08-24 14:25:51 -04:00