hi, im new to backgroundjobs etc. a quick look revealed a lot of options. is there any kind of comparsion out there? im looking into this coz i have a lot 'notification emails' triggered by observers which i kinda want to exclude from the workflow and pass it on into a 'mail' queue or similar. any ideas if there is a comparison etc out there? thx tom
on 2010-12-10 22:10
on 2010-12-12 14:51
You can follow engine yard recomendations: http://www.engineyard.com/products/technology/stack explore: http://github.com/ezmobius/nanite or use raw cron I advice that EngineYard recomendation against backgroundrb is realy true. I had to remove backgroundrb from a production app (not hosted in EngineYard) and use raw crons because the background server failed a lot. Regards 2010/12/10 tom <tomabroad@gmail.com> > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk@googlegroups.com. > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe@googlegroups.com<rubyonrails-talk%2Bunsubscribe@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > --
on 2010-12-12 14:59
I'm using Background Job to send emails with the same objective. It's working well., HTH, Bill
on 2010-12-12 18:13
I usually use Delayed Job, but it seems like not a best solution for highload apps. Here is nice article about Resque http://rubylearning.com/blog/2010/11/08/do-you-know-resque/ but haven't tried it yet.
on 2010-12-13 09:06
We are using Nanite, amongst other things to generate complex mails and send them off. Works brilliantly and we don't even load the Rails environment into the nanite workers, making every worker a nicely contained, very memory-friendly entity. Nanite is very scalable.
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.