diff --git a/Procfile b/Procfile index 8c83b82..498ee2e 100644 --- a/Procfile +++ b/Procfile @@ -3,8 +3,8 @@ ############################### # Procfile for development using the new threaded worker (scheduler, twitter stream and delayed job) -web: bundle exec rails server -p ${PORT-3000} -b ${IP-0.0.0.0} -jobs: bundle exec rails runner bin/threaded.rb +# web: bundle exec rails server -p ${PORT-3000} -b ${IP-0.0.0.0} +# jobs: bundle exec rails runner bin/threaded.rb # Old version with separate processes (use this if you have issues with the threaded version) # web: bundle exec rails server