Commit 92a72ce4 authored by Matija Čupić's avatar Matija Čupić

Change CheckGcpProjectBillingWorker lease to 15s

parent b4e9e07c
class CheckGcpProjectBillingWorker
include ApplicationWorker
LEASE_TIMEOUT = 1.minute.to_i
LEASE_TIMEOUT = 15.seconds.to_i
def self.redis_shared_state_key_for(token)
"gitlab:gcp:#{token}:billing_enabled"
......
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