My application is built on Rails, and my production server is on Heroku.
My application is mainly used to upload files and process files, and it takes more than 50 seconds to process a request. According to Heroku configuration, my request does not respond on time, and it sends me to the page with the application error due to the request timeout.
How to change request timeout configuration on Heroku?
Please help me to make the application work.
ruby-on-rails ruby-on-rails-3 heroku
jayesh
source share