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

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -