Skip to content

Commit

Permalink
Merge pull request #203 from notch8/add-sidekiq-aux-yml
Browse files Browse the repository at this point in the history
⚙️ Adding a missing yml
  • Loading branch information
kirkkwang authored Jan 23, 2025
2 parents f66add4 + 1c6f230 commit c994437
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/sidekiq_auxiliary.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
:concurrency: <%= ENV['AUXILIARY_WORKER_THREAD_COUNT'] %>
:queues:
- auxiliary
- default
- import
- export

0 comments on commit c994437

Please sign in to comment.