Hey guys, I'm having an issue with running Celery on an EC2 instance, using the database transport (django://) and memcached as the cache backend.
I have Celery running via Supervisor, and I can tail the log and see that it's successfully getting a specific task (for reloading the database). However, it never completes, and it just hangs. This exact scenario works perfectly on my own local machine running the same OS, same build of the code, and MySQL 5.5 instead of RDS.
Has anyone else run into similar issues? Note: I can't switch to PostgreSQL (though I'd love to), so I don't have many options in the way of databases. I can always pitch a solution though. Thanks in advance.
--
Joey "JoeLinux" Espinosa