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.
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.
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.