Commit 27c564bb authored by drew cimino's avatar drew cimino

Increase DestroyAllExpiredService loop limits

parent 13c21890
...@@ -8,8 +8,8 @@ module Ci ...@@ -8,8 +8,8 @@ module Ci
BATCH_SIZE = 100 BATCH_SIZE = 100
LOOP_TIMEOUT = 5.minutes LOOP_TIMEOUT = 5.minutes
SMALL_LOOP_LIMIT = 10 SMALL_LOOP_LIMIT = 100
LARGE_LOOP_LIMIT = 100 LARGE_LOOP_LIMIT = 500
EXCLUSIVE_LOCK_KEY = 'expired_job_artifacts:destroy:lock' EXCLUSIVE_LOCK_KEY = 'expired_job_artifacts:destroy:lock'
LOCK_TIMEOUT = 6.minutes LOCK_TIMEOUT = 6.minutes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment