Skip to content

Commit

Permalink
oh yes heroku has a name for this
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Oct 1, 2018
1 parent 952c93c commit f0eff04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
@@ -1,2 +1,2 @@
web: bin/puma -C config/puma.rb
sidekiq: bin/sidekiq -C config/sidekiq.yml
worker: bin/sidekiq -C config/sidekiq.yml
1 change: 1 addition & 0 deletions app/workers/import_stats_worker.rb
Expand Up @@ -20,4 +20,5 @@ def perform
'args' => keys.map{|k| [k] }
)
end

end

0 comments on commit f0eff04

Please sign in to comment.