When I deploy to heroku are web requests interrupted? If someone is uploading a file for example which takes 10 seconds or so (I know I should use a delayed job) and a deploy happens in the middle of this request, what happens?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
All the current requests (including that file upload) will continue to run, but all new requests will be delayed until the new version of the app has booted.