Login
Remember
Register
Ask a Question
Recent questions tagged celery
0
votes
1
answer
The GroupResult takes a list of AsyncResult instances and has the following operations.
asked
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
asked
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
1
answer
Map and star-map differ from group in what ways?
asked
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
asked
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
1
answer
To divide an iterable work into pieces, use
asked
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
1
answer
To add a consumer to a queue named q1, use
asked
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
1
answer
celeri multi stores information about workers.
asked
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.
asked
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
1
answer
Celery has the following defined default result states, except _______.
asked
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
1
answer
Consider the following.
asked
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?
asked
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?
asked
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
1
answer
If a task raises an exception, we can override it using __________.
asked
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
1
answer
If app=celery(), task is created using _______ decorator.
asked
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
1
answer
Name the broker in the following.
asked
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.
asked
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
1
answer
A client process ___________.
asked
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
1
answer
To run RabbitMQ in the background, use ________.
asked
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
1
answer
Celery Interview Multiple Choice Questions and Answers with Explanation
asked
Jun 16, 2022
in
Celery
by
john ganales
celery
celery-questions
celery-mcq
To see more, click for the
full list of questions
or
popular tags
.
...