Adding rack timeout of 30sec, PuSH jobs moved to push queue so they

can be processed separately
This commit is contained in:
Eugen Rochko
2016-11-29 02:07:14 +01:00
parent c0555f2db6
commit cc70f28f19
10 changed files with 16 additions and 2 deletions

View File

@ -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