Adding rack timeout of 30sec, PuSH jobs moved to push queue so they
can be processed separately
This commit is contained in:
@ -23,7 +23,7 @@ services:
|
||||
restart: always
|
||||
build: .
|
||||
env_file: .env.production
|
||||
command: bundle exec sidekiq -q default -q mailers
|
||||
command: bundle exec sidekiq -q default -q mailers -q push
|
||||
depends_on:
|
||||
- db
|
||||
- redis
|
||||
|
Reference in New Issue
Block a user