Update sidekiq to not explicitely define default queues
This commit is contained in:
@@ -9,7 +9,7 @@ services:
|
||||
{% if 'q' in SK %}
|
||||
command: bundle exec sidekiq -q {{ SK['q'] | join(' -q ') }} -c 10
|
||||
{% else %}
|
||||
command: bundle exec sidekiq
|
||||
command: bundle exec sidekiq -c 10
|
||||
{% endif %}
|
||||
depends_on:
|
||||
- pgbouncer
|
||||
|
||||
Reference in New Issue
Block a user