django-celery
Not able to run celeryd as normal user but runs with root
I have installed celeryd and django-celery i run via python manage.py celeryd If i run it via root then i get this message[详细]
2023-03-19 13:16 分类:问答Confused with celeryd config file and daemon file for Django in Linux
I am trying to integrate cel开发者_高级运维eryd with djnago but i am stuck with its config file[详细]
2023-03-19 04:02 分类:问答How to configure TASK_SERIALIZER with django-celery
I\'m using django-celery and I\'d like to set the TASK_SERIALIZER to JSON instead of pickle. I can do this on a per-method basis by changing my task decorators from[详细]
2023-03-18 03:04 分类:问答Issues with celery daemon
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.[详细]
2023-03-16 15:22 分类:问答How to diagnose Celery workers that hang
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.[详细]
2023-03-16 03:12 分类:问答Recover from task failed beyond max_retries
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[详细]
2023-03-15 23:48 分类:问答Too many open mongoDB connections when using Celery
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[详细]
2023-03-14 20:19 分类:问答celery logs question
I\'m running django app + django-celery with rabbitmq-server on Ubuntu. I get a lot of these errors in celery:[详细]
2023-03-10 12:21 分类:问答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 分类:问答Django Celery: Admin interface showing zero tasks/workers
I\'ve setup Celery with Django ORM as back-end. Trying to monitor what\'s going on behind the scene. I\'ve started celeryd with -E flag[详细]
2023-02-19 21:07 分类:问答