Update sidekiq to not explicitely define default queues
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
---
|
||||
sidekiq:
|
||||
- name: default
|
||||
q: [ 'push', 'pull', 'default', 'ingress', 'mailer', 'scheduler' ]
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
---
|
||||
sidekiq:
|
||||
- name: default
|
||||
q: [ 'push', 'pull', 'default', 'ingress', 'mailers', 'scheduler' ]
|
||||
|
||||
Reference in New Issue
Block a user