ruby - Rails stop processing controller after time out -


i have rails application takes user input, hours of processing on , returns file user. because takes long process, client can time out receiving "connection reset peer" error.

to alleviate issue want upload file aws instead of returning user. question is, if connection times out before of processing , uploading done, rails stop processing controller action?


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -