1
0
mirror of https://github.com/quay/quay.git synced 2026-01-26 06:21:37 +03:00

disabling quotatotalworker when running config editor (#2132)

Co-authored-by: bcaton <bcaton@redhat.com>
This commit is contained in:
OpenShift Cherrypick Robot
2023-08-15 13:55:57 +00:00
committed by GitHub
parent 7f54e76599
commit dd51bb5825

View File

@@ -87,8 +87,8 @@ def config_services():
"manifestbackfillworker": {"autostart": "false"},
"securityscanningnotificationworker": {"autostart": "false"},
"config-editor": {"autostart": "true"},
"quotatotalworker": {"autostart": "true"},
"quotaregistrysizeworker": {"autostart": "true"},
"quotatotalworker": {"autostart": "false"},
"quotaregistrysizeworker": {"autostart": "false"},
}