celery
Celery-Django: Unable to execute tasks asynchronously
I\'m trying to run some tasks in the background while users browse my site, but whenever I call a function using Celery it seems to be executed synchronously instead of asynchronously.[详细]
2023-04-06 07:38 分类:问答Lightweight notification technique
I need to develop a realtime re开发者_运维问答cent activity feed in django (with AJAX long-polling), and I\'m wondering what\'s the best strategy for the server-side.[详细]
2023-04-05 10:45 分类:问答Implementing "idle" and "normal" priority queues for long-running tasks in Celery
I\'m attempting to implement a following scenario with Celery: two queues of (same) long-running tasks, one for \"normal\" and the other for \"idle\" priority.[详细]
2023-04-05 07:25 分类:问答Asynchronous data fetching and cache handling
I\'m planning on deploying a dynamic site that needs certain tasks to be done periodically in the background, let\'s say every hour or two. The data that i need to output is strictly depending on the[详细]
2023-04-04 05:26 分类:问答Django - Celery: @transaction and @task don't stack
I want to run a Django - Celery task with manual transaction management, but it seems that the annotations do not stack.[详细]
2023-04-04 01:24 分类:问答How should I handle working with celeryd_multi from code?
So far, I\'ve been working only with python manage.py celeryd, starting it like开发者_C百科 this:[详细]
2023-04-03 15:28 分类:问答Can't compile Erlang R14B03 when trying install RabbitMQ using Homebrew on Mac OS X
I am developing a django app and it will utilize the Celery notification system. To use Celery I need the install the RabbitMQ server. I am trying to install it using homebrew. So I just:[详细]
2023-04-02 11:09 分类:问答Celery in Django (RabbitMQ vs. Django Database)
I am trying to set up Django with Celery so I can send bulk emails in the background. I am a little confused about how the different components play into Celery. Do I need to use RabbitMQ? Can I just[详细]
2023-04-02 07:50 分类:问答newbie question to RabbitMQ and Celery
I started playing around with Celery and RabbitMQ this morning and defined some basic tasks to see how the performance will improve on my server.[详细]
2023-04-02 07:17 分类:问答translation in celery tasks
I used ugettext in one of my tasks. I had edited the po file. But it didn\'t work. Does anyone know why? thanks![详细]
2023-03-30 17:09 分类:问答