feat: split sidekiq queues into multiple workers

This commit is contained in:
Vishnu Narayanan
2024-11-25 17:39:15 +05:30
parent e9ba4200b2
commit d16486ffdc
3 changed files with 54 additions and 1 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
release: POSTGRES_STATEMENT_TIMEOUT=600s bundle exec rails db:chatwoot_prepare && echo $SOURCE_VERSION > .git_sha
web: bundle exec rails ip_lookup:setup && bin/rails server -p $PORT -e $RAILS_ENV
worker: bundle exec rails ip_lookup:setup && bundle exec sidekiq -C config/sidekiq.yml
default_worker: bundle exec rails ip_lookup:setup && bundle exec sidekiq -C config/sidekiq/default.yml
quarantine_worker: bundle exec rails ip_lookup:setup && bundle exec sidekiq -C config/sidekiq/quarantine.yml