Bug Fix : Increased the connection pool size and concurrency for Sidekiq

This commit is contained in:
sony-mathew
2020-02-11 21:50:38 +05:30
parent f1613f4a0d
commit fdbad7c5d8
2 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
# pick it up automatically.
---
:verbose: false
:concurrency: 3
:concurrency: 5
:timeout: 25
# Sidekiq will run this file through ERB when reading it so you can
@@ -18,6 +18,6 @@
# you can override concurrency based on environment
production:
:concurrency: 10
:concurrency: 20
staging:
:concurrency: 5
:concurrency: 10