Commit c1e6f9c3 authored by Mikołaj Wawrzyniak's avatar Mikołaj Wawrzyniak

Merge branch 'mk/bump-verification-state-backfill-worker-lease-timeout' into 'master'

Geo: Increase verification backfill job exclusive lease timeout

See merge request gitlab-org/gitlab!78240
parents d3bece3a 45cd1d6f
......@@ -12,7 +12,7 @@ module Geo
include GeoQueue
prepend Reenqueuer
LEASE_TIMEOUT = 1.minute
LEASE_TIMEOUT = 30.minutes
def perform(replicable_name)
replicator_class = ::Gitlab::Geo::Replicator.for_replicable_name(replicable_name)
......
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