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

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -