I’m currently using delayed_job to process some external calls to a remote http service to get coordinates through gmaps4rails. I’m running out of memory and would like something lighter than delayed_job.
Does anyone know if queue_classic uses less memory? I’m currently using PostgreSQL 9.1.
https://github.com/ryandotsmith/queue_classic
Are there any others which have a smaller footprint?
Sidekick is supposed to be lightweight :
http://mperham.github.com/sidekiq/
Give it a shot 🙂