Fix to isolate the sidekiq process that runs the scheduler job (#15314)

This commit is contained in:
Takeshi Umeda
2020-12-15 11:04:03 +09:00
committed by GitHub
parent 9342705e6b
commit a2ef002214
2 changed files with 15 additions and 0 deletions

View File

@ -110,6 +110,7 @@ worker.sidekiq:
mailers: bundle exec sidekiq -c 5 -q mailers -L /app/log/sidekiq.log
pull: bundle exec sidekiq -c 5 -q pull -L /app/log/sidekiq.log
push: bundle exec sidekiq -c 5 -q push -L /app/log/sidekiq.log
scheduler: bundle exec sidekiq -c 5 -q scheduler -L /app/log/sidekiq.log
writable_dirs:
- tmp