After deploying DelayedJob as a gem, I got the following error: undefined method `handle_asynchronously\' for #<Class:0x4601b08>
I know it开发者_开发百科 might be simple to write some polling JS that asks the Rails application if it has completed a background job. But I wonder if anyone has already packaged up this functionalit
We have to use delayed_job (or some other background-job processor) to run jobs in the background, but we\'re not allowed to change the boot scripts/boot-levels on the server. This means that the daem
I am currently using a site5 server and would like rake jobs:work pretty much running all the time. I currently cannot send out the jobs unless i\'m logged into the server. I hope that someone out th
I\'m trying to use collectiveidea\'s delayed_job gem The installation instructions include Rake tasks are not automatically loaded from gems,开发者_StackOverflow中文版 so you’ll need to add
So I\'ve got a delayed_job task that pushes some info to an XMPP server. Ideally you create a connection to XMPP once and then constantly push data to it, rather than creating a new connection every t
Hey. I would like to upload a file and then parse it. Because parsing can take up to 10min I installed delayed_job plugin and called parsing function through send_later function. I have to mention tha
I would like to implement operations that is undoable in a short time after the user have done them. I.e. if a user upvotes a photo in a photo-site, he/she can undo the vote within 30 seconds. This is
We are getting close to releasing our new rails app and so far interest seems very strong we are a 开发者_运维问答little worried about where bottle necks will be.One seems to be system e-mails on sign
I have a feature in my CMS that allows a user to upload a zip file full of images and the server will extract them and insert each one into an image gallery. I\'ve noticed that this grinds up the CPU