Commit 3d807dc8 authored by James Lopez's avatar James Lopez

update lease timeout

parent f81cf840
......@@ -5,7 +5,7 @@ class PropagateProjectServiceWorker
sidekiq_options retry: 3
LEASE_TIMEOUT = 30.minutes.to_i
LEASE_TIMEOUT = 4.hours.to_i
def perform(template_id)
return unless try_obtain_lease_for(template_id)
......
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