python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Scrapy with Celery not running on Docker container
I code a Scrapy CrawlerProcess to run from script.
It also uses Celery+RabbitMQ for controlling the urls to be scrapped.
The update.py script sends the urls to RabbitMQ, and the Celery worker runs the...
Sandro Wiggers
Votes: 0
Answers: 0
Can there be two celery instances in a django application?
I have a use case of using two celery instances in a same django application. One celery instance is used for incoming events to the app and the other is to publish an event to an external django appl...
rk1990813
Votes: 0
Answers: 1
Terminate previous Celery task with same task id and run again if created
In my django project, I have made a view class by using TemplateView class. Again, I am using django channels and have made a consumer class too. Now, I am trying to use celery worker to pull queryset...
Ahnaf Tahmid Chowdhury
Votes: 0
Answers: 1
Celery chord failing with ValueError: not enough values to unpack (expected 2, got 1)
I am running celery v5.2.3 in a docker container running ubuntu.
Here I am trying to get celery chords to work but every attempt I make give me:
File "/usr/local/lib/python3.7/site-packages/c...
Thorvald Jørgensen
Votes: 0
Answers: 1