diff options
author | Shel R <Yiskah.Raphen@gmail.com> | 2017-04-07 22:35:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-07 22:35:45 -0400 |
commit | c945f29e96d537a827b95b3efb035ec8084576a1 (patch) | |
tree | dac7e26c482f0a69e00f031e771e58858e64b054 /Procfile | |
parent | c62696bc467133869f6b1d39b923135b0e64900f (diff) | |
parent | 0d4d42dce6e7b0856469317da9e039ec5dc431b1 (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 |