Fix to isolate the sidekiq process that runs the scheduler job (#15314)
This commit is contained in:
parent
9342705e6b
commit
a2ef002214
2 changed files with 15 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue