Skip to content

Commit

Permalink
Merge pull request #11 from codegram/mrcasals-patch-1
Browse files Browse the repository at this point in the history
Update Sidekiq config
  • Loading branch information
mrcasals authored Sep 21, 2020
2 parents 6a4b00c + 8bc0601 commit 8278e39
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions lib/generators/templates/sidekiq_config.yml.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
:concurrency: 5
:queues:
- default
- mailers
- newsletter
- events
- ["default", 1]
- ["mailers", 1]
- ["newsletter", 1]
- ["newsletter_opt_in", 1]
- ["events", 1]
- ["metrics", 1]
- ["conference_diplomas", 1]

0 comments on commit 8278e39

Please sign in to comment.