Skip to content
Snippets Groups Projects

Remove Sidekiq queue selector and negate options

Merged Marco (Gregorius) requested to merge mg-remove-queue-selector-and-negate into master
All threads resolved!
@@ -37,4 +37,4 @@ exec bin/sidekiq-cluster \
@@ -37,4 +37,4 @@ exec bin/sidekiq-cluster \
-e production \
-e production \
$CONCURRENCY_ARGS \
$CONCURRENCY_ARGS \
-t $SIDEKIQ_TIMEOUT \
-t $SIDEKIQ_TIMEOUT \
"${SIDEKIQ_QUEUES}"
"${SIDEKIQ_QUEUES:-*}"
Loading