I would like to have Celery tasks that depend on the result of 2 or more other tasks. I have looked into Python+Celery: Chaining jobs? and http://pypi.python.org/pypi/celery-tasktree , but those are g
We\'re having issues with our celery daemon being very flaky.We use a fabric deployment script to restart the daemon whenever we push changes, but for some reason this is causing massive issues.
I am getting started with Celery for a Django project.For local development purposes I\'ve set it up with djcelery and djkombu (database transport), according to these instructiuons http://ask.github.
I am attempting to asynchronously consume a web service because it takes up to 45 seconds to return.Unfortunately, this web service is also so开发者_如何转开发mewhat unreliable and can throw errors.I
Similar to my question here I\'m trying to set up multiple amazon EC2 instances to do some multiprocessing. I was thinking of using Celery to manage the workers. Has anyone gotten celery to work on EC
I have a task which I execute once a minute using celerybeat. It works fine. Sometimes though, the task takes a few seconds more than a minute to run because of which two instances of the task run. Th
I\'m using 开发者_如何学CCelery to download feeds and resize images. The feeds and image paths are then stored in MongoDB using mongoengine. When I check current connections (db.serverStatus()[\"conne
I am using celerybeat to kick off a primary task that kicks of a number of secondary tasks. I have both tasks written already.
I\'m writing a Python application that needs both concurrency and asynchronicity.I\'ve had a few recommendations each for Twisted and Celery, but I\'m having trouble determining which is the better ch
I have a time-out set on an entity in my database, and a开发者_如何学C state (active/finished) assigned to it. What I want is to change that entity\'s state to finished when that time-out expires. I w