From cba4f8143f805cbfc54ee6454dbb80a2f4fd2daa Mon Sep 17 00:00:00 2001 From: Earlopain Date: Thu, 27 Apr 2023 16:44:34 +0200 Subject: [PATCH] [Docker] Add back missing video queue --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 3695352c3..31473f11f 100644 --- a/Procfile +++ b/Procfile @@ -1,4 +1,4 @@ server: bin/rails server -p 9000 -b 0.0.0.0 # 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