about summary refs log tree commit diff
path: root/boxfile.yml
diff options
context:
space:
mode:
authorTakeshi Umeda <noel.yoshiba@gmail.com>2020-12-15 11:04:03 +0900
committerGitHub <noreply@github.com>2020-12-15 03:04:03 +0100
commita2ef002214572f8166413d989bf2f38768a6910d (patch)
tree25f75e1d25ef562087658415909c328814bbe47c /boxfile.yml
parent9342705e6bfc4f0e4f999bd3c1bb70d425fcb598 (diff)
Fix to isolate the sidekiq process that runs the scheduler job (#15314)
Diffstat (limited to 'boxfile.yml')
-rw-r--r--boxfile.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/boxfile.yml b/boxfile.yml
index c4fd19ce6..c1d89bb15 100644
--- a/boxfile.yml
+++ b/boxfile.yml
@@ -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