celery
Temporary changing python logging handlers
I\'m working on an app that uses the standard logging module to do logging. We have a setup where we log to a bunch of files based on levels etc. We also use celery to run some jobs out of the main ap[详细]
2023-03-11 03:10 分类:问答Error message 'No handlers could be found for logger "multiprocessing"' using Celery
RabbitMQ now seems to be working correctly. However, when I try python -m celery.bin.celeryd --loglevel=INFO`[详细]
2023-03-10 07:23 分类:问答Avoid recursive save() when using celery to update Django model fields
I\'m overriding a model\'s save() method to call an asynchronous task with Celery. That task also saves the model, and so I end up with a recursive situation where the Celery task gets called repeated[详细]
2023-03-09 14:36 分类:问答Send log messages from all celery tasks to a single file
I\'m wondering 开发者_JAVA技巧how to setup a more specific logging system. All my tasks use logger = logging.getLogger(__name__)[详细]
2023-03-09 07:46 分类:问答Web services + Celery
I plan to use celery to process incoming web service requests. I understand that celery is used mostly to process asynchronous tasks. However celery has lot of features that I like and could benefit f[详细]
2023-03-05 03:40 分类:问答Starting multiple celery daemons automatically using Jenkins
I have an Ubuntu server set up with 5 different django sites running on it.These are used for testing, so each developer has their own site and database as well as one site for integrated code which i[详细]
2023-03-05 00:22 分类:问答How to tell if a task has already been queued in django-celery?
Here\'s my setup: django 1.3 celery 2.2.6 django-celery 2.2.4 djkombu 0.9.2 In my settings.py file I have BROKER_BACKEND = \"djkombu.transport.DatabaseTransport\"[详细]
2023-03-03 01:59 分类:问答A semaphore-like mechanism for Celery
We\'re developing a distributed application in Python + Celery for our task queue.开发者_Go百科[详细]
2023-03-02 08:20 分类:问答Using Celery with Pylons
I am trying to set up celery and pylons and can\'t seem to get it working. I downloaded pylons-celery, but how do I poin开发者_如何学Ct my Pylons environment to where the celeryconfig.py is? I placed[详细]
2023-03-01 12:01 分类:问答Monitoring Celery, what should I use? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-01 07:06 分类:问答