Raise GC Lease Timeout to 24h

[ci skip]
This commit is contained in:
Kim "BKC" Carlbäcker 2017-08-21 17:01:37 +02:00
parent 646aae3e4f
commit be28f9520e
2 changed files with 5 additions and 1 deletions

View file

@ -9,7 +9,8 @@ module Projects
class HousekeepingService < BaseService
include Gitlab::CurrentSettings
LEASE_TIMEOUT = 3600
# Timeout set to 24h
LEASE_TIMEOUT = 86400
class LeaseTaken < StandardError
def to_s

View file

@ -0,0 +1,3 @@
---
title: "Raise Housekeeping timeout to 24 hours"
merge_request: 13719