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*
*
<http://therealjoelinux.blogspot.com>
<http://twitter.com/therealjoelinux><http://about.me/joelinux>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to