Skip to content

Commit

Permalink
Add update_escalations job.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryotarai committed Feb 4, 2015
1 parent 04eb13b commit 6e58e92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
@@ -1,2 +1,3 @@
web: bin/rails s
worker: bundle exec sidekiq
update_escalations: while true; do bundle exec rails runner 'EscalationUpdateWorker.perform_async()'; sleep 60; done
1 change: 1 addition & 0 deletions Procfile.docker
@@ -1,2 +1,3 @@
web: bundle exec puma -C docker/puma.rb
worker: bundle exec sidekiq
update_escalations: while true; do bundle exec rails runner 'EscalationUpdateWorker.perform_async()'; sleep 60; done

0 comments on commit 6e58e92

Please sign in to comment.