[Docker] Add back missing video queue

This commit is contained in:
Earlopain 2023-04-27 16:44:34 +02:00
parent 05754393f9
commit cba4f8143f
No known key found for this signature in database
GPG Key ID: 6CFB948E15246897

View File

@ -1,4 +1,4 @@
server: bin/rails server -p 9000 -b 0.0.0.0 server: bin/rails server -p 9000 -b 0.0.0.0
# server: bundle exec unicorn -c config/unicorn/development.rb # server: bundle exec unicorn -c config/unicorn/development.rb
jobs: SIDEKIQ_QUEUES="low_prio:1;iqdb_new:1;tags:2;default:3;high_prio:5" bundle exec sidekiq jobs: SIDEKIQ_QUEUES="low_prio:1;video:1;iqdb_new:1;tags:2;default:3;high_prio:5" bundle exec sidekiq
cron: run-parts /etc/periodic/daily && crond -f cron: run-parts /etc/periodic/daily && crond -f