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
Post a Comment