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)
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
How to execute nested tasks with Celery?
I need to run multiple tasks (task3) for a list of users and the execution time should be as short as possible. So I want to group the tasks and run them in parallel. The problem is that two other tas...
Florent
Votes: 0
Answers: 0
How can I send tasks to specific queues without execute in Celery?
I've tried sending tasks with send_task and apply_async, it's works, but I don't want execute tasks in subprocess, I just want send it to broker. I used delay but I can't specify the queue, any tip?
I...
Angel Pimentel
Votes: 0
Answers: 1
Dynamic queues in Celery conditional routing
I have around 1500K URLs to GET every day. If the HTTP request times out, I repeat it up to two times. At the end of the procedure, I run a simple processing task on the body and then store the result...
giada
Votes: 0
Answers: 0