Skip to content

Commit

Permalink
Sidekiq: Set concurrency to 1
Browse files Browse the repository at this point in the history
To avoid multiple concurrent jobs that might conflict, we set the
concurrency to 1.

Stolen from
https://github.com/mperham/sidekiq/wiki/Advanced-Options#the-sidekiq-configuration-file
/ voxpupuli/puppet_webhook#156
  • Loading branch information
bastelfreak committed Sep 11, 2020
1 parent e6c405b commit 0d9490c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/sidekiq.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
:concurrency: 1
:logfile: log/sidekiq.log
:max_retries: 0
:schedule:
Expand Down

0 comments on commit 0d9490c

Please sign in to comment.