I got a problem with my application based on RefineryCMS 1.0.8 deployed on heroku.
Heroku have a request timeout of 30 seconds. When uploading a file > 4MO through th
worker_processes Integer(ENV["WEB_CONCURRENCY"] || 3)
timeout 180 # << Unicorn Timeout will allow a longer upload time.
preload_app true
before_fork do |server, worker|
https://devcenter.heroku.com/articles/rails-unicorn