Login
Remember
Register
Ask a Question
Recent questions and answers in Celery
0
votes
1
answer
The GroupResult takes a list of AsyncResult instances and has the following operations.
answered
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
1
answer
(group(add.s(i, i) for i in xrange(10)) | xsum.s())().get() is an example of
answered
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
1
answer
Map and star-map differ from group in what ways?
answered
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
1
answer
Consider a chain res = chain(add.s(4, 4), mul.s(8), mul.s(10))() where add is defined as a+b and mul is defined as a*b. How can we get intermediate parent results
answered
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
1
answer
To divide an iterable work into pieces, use
answered
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
1
answer
Let i = app.control.inspect() To get a list of reserved tasks, use
answered
Jun 19, 2022
in
Celery
by
john ganales
celey
0
votes
1
answer
To add a consumer to a queue named q1, use
answered
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
1
answer
Let i = app.control.inspect() To get a list of registered tasks, use
answered
Jun 19, 2022
in
Celery
by
john ganales
celey
0
votes
1
answer
What is the default queue in celery
answered
Jun 19, 2022
in
Celery
by
john ganales
celerry
0
votes
1
answer
To list active queues for the worker w1, use
answered
Jun 19, 2022
in
Celery
by
john ganales
celey
0
votes
1
answer
consider a task T. Write a code to execute in 30 seconds from now, but expires after 3 minutes.
answered
Jun 19, 2022
in
Celery
by
john ganales
celey
0
votes
1
answer
If we add the following in celery configuration
answered
Jun 19, 2022
in
Celery
by
john ganales
celey
0
votes
1
answer
celeri multi stores information about workers.
answered
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
1
answer
Celery automatically retries sending messages in the event of a connection failure.
answered
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
1
answer
Consider a file tasks.py with:
answered
Jun 19, 2022
in
Celery
by
john ganales
celey
0
votes
1
answer
Consider a task T. Write the code to execute in 10 seconds from now, specified using ETA.
answered
Jun 19, 2022
in
Celery
by
john ganales
celey
0
votes
1
answer
Celery has the following defined default result states, except _______.
answered
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
1
answer
Consider the following.
answered
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
1
answer
Which of the following calling APIs is/are supported by celery task instances?
answered
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
1
answer
If the following configuration is used, which of the following is used for broker and backend?
answered
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
1
answer
If a task raises an exception, we can override it using __________.
answered
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
1
answer
If app=celery(), task is created using _______ decorator.
answered
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
1
answer
Name the broker in the following.
answered
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
1
answer
Using rpc:// result backend, two processes can wait for the same result.
answered
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
1
answer
Celery protocol can be implemented in any language.
answered
Jun 19, 2022
in
Celery
by
john ganales
celey-protocol
0
votes
1
answer
A client process ___________.
answered
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
1
answer
To run RabbitMQ in the background, use ________.
answered
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
1
answer
Celery is a package available in __________.
answered
Jun 19, 2022
in
Celery
by
john ganales
celerry
0
votes
1
answer
Celery Interview Multiple Choice Questions and Answers with Explanation
answered
Jun 16, 2022
in
Celery
by
john ganales
celery
celery-questions
celery-mcq
Help get things started by
asking a question
.
Recent questions and answers in Celery
...