[Install] Add video and iqdb sidekiq queues

Videos now get automatically sampled on development instances
Iqdb is not yet installed on dev machines but I'll get to that some other time
This commit is contained in:
Earlopain 2021-09-25 11:40:22 +02:00
parent 6702fff6f9
commit 793997d36a
No known key found for this signature in database
GPG Key ID: 6CFB948E15246897

View File

@ -1,2 +1,2 @@
unicorn: bin/rails server -p 9000
jobs: bundle exec sidekiq -c 1 -q low_prio -q tags -q default -q high_prio
jobs: bundle exec sidekiq -c 1 -q low_prio -q tags -q default -q high_prio -q video -q iqdb