Commit abd9ec2d authored by Jarka Košanová's avatar Jarka Košanová

Merge branch 'increase-artifact-expiration-pace' into 'master'

Increase DestroyAllExpiredService loop limits

See merge request gitlab-org/gitlab!77603
parents 4b8a9c0d 27c564bb
......@@ -8,8 +8,8 @@ module Ci
BATCH_SIZE = 100
LOOP_TIMEOUT = 5.minutes
SMALL_LOOP_LIMIT = 10
LARGE_LOOP_LIMIT = 100
SMALL_LOOP_LIMIT = 100
LARGE_LOOP_LIMIT = 500
EXCLUSIVE_LOCK_KEY = 'expired_job_artifacts:destroy:lock'
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