diff options
author | Shel R <Yiskah.Raphen@gmail.com> | 2017-04-07 22:42:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-07 22:42:14 -0400 |
commit | c9f15f79913f3b79153fc0750c3eeafd26c26154 (patch) | |
tree | 97f2bc485412e4b4fb85151a785299e5f233f636 /Procfile | |
parent | 6a88151edaf34983385134d5930df8469692c207 (diff) | |
parent | 91afe1f8fd8ccc5ed086bb08f72a34eb484d3ba7 (diff) |
Merge branch 'master' into patch-1
Diffstat (limited to 'Procfile')
-rw-r--r-- | Procfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile index 6cdd89518..646e26059 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ web: bundle exec puma -C config/puma.rb -worker: bundle exec sidekiq -q default -q mailers -q push +worker: bundle exec sidekiq -q default -q push -q pull -q mailers |