2014-06-01 12:15:50 +02:00
|
|
|
# Procfile for development using the new threaded worker (scheduler, twitter stream and delayed job)
|
2014-07-18 18:31:54 -07:00
|
|
|
web: bundle exec rails server
|
|
|
|
jobs: bundle exec rails runner bin/threaded.rb
|
2014-05-12 00:04:43 +02:00
|
|
|
|
2013-04-07 14:19:21 -07:00
|
|
|
# Possible Profile configuration for production:
|
|
|
|
# web: bundle exec unicorn -c config/unicorn/production.rb
|
2014-06-01 12:15:50 +02:00
|
|
|
# jobs: bundle exec rails runner bin/threaded.rb
|
|
|
|
|
2014-07-18 18:56:00 -07:00
|
|
|
# Old version with separate processes (use this if you have issues with the threaded version)
|
2014-07-15 20:23:46 -07:00
|
|
|
# web: bundle exec rails server
|
|
|
|
# schedule: bundle exec rails runner bin/schedule.rb
|
|
|
|
# twitter: bundle exec rails runner bin/twitter_stream.rb
|
2014-07-18 18:56:00 -07:00
|
|
|
# dj: bundle exec script/delayed_job run
|