Skip to content

Commit

Permalink
Merge pull request #6 from tkak/sidekiq-config
Browse files Browse the repository at this point in the history
Add sidekiq config file
  • Loading branch information
tkak committed Jan 2, 2016
2 parents a8b493f + cb77642 commit fd7ddcb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
web: bundle exec rackup -p $PORT --host 0.0.0.0
worker: bundle exec sidekiq -q default -r ./app.rb
worker: bundle exec sidekiq -r ./app.rb -C sidekiq.yml
6 changes: 6 additions & 0 deletions sidekiq.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
:verbose: true
:pidfile: /var/run/sidekiq.pid
:logfile: /var/log/sidekiq.log
:concurrency: 10
:queues:
- default

0 comments on commit fd7ddcb

Please sign in to comment.