Add reaping_frequency for MySQL production DB
This helped avoid ActiveRecord::ConnectionTimeoutError errors for Sidekiq on GitLab Cloud.
This commit is contained in:
parent
9f20580ed7
commit
710cffc6d7
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ production:
|
||||||
reconnect: false
|
reconnect: false
|
||||||
database: gitlabhq_production
|
database: gitlabhq_production
|
||||||
pool: 10
|
pool: 10
|
||||||
|
reaping_frequency: 10
|
||||||
username: git
|
username: git
|
||||||
password: "secure password"
|
password: "secure password"
|
||||||
# host: localhost
|
# host: localhost
|
||||||
|
|
Loading…
Reference in a new issue