Wrap Rails controller into Delayed Job -
the gem named delayed job (https://github.com/collectiveidea/delayed_job) can many things in background. can run rails controller in background still respond http requests , return results?
no, require delayed job spin server. not work because server running app.
what trying archive? if have rails app running, able respond http requests might come.
Comments
Post a Comment