Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Ask a Question
Top 100+ questions in Celery
Home
Questions
Celery
0
votes
Q: 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
Q: (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
Q: Map and star-map differ from group in what ways?
asked
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
Q: 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
Q: To divide an iterable work into pieces, use
asked
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
Q: Let i = app.control.inspect() To get a list of reserved tasks, use
asked
Jun 19, 2022
in
Celery
by
john ganales
celey
0
votes
Q: To add a consumer to a queue named q1, use
asked
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
Q: Let i = app.control.inspect() To get a list of registered tasks, use
asked
Jun 19, 2022
in
Celery
by
john ganales
celey
0
votes
Q: What is the default queue in celery
asked
Jun 19, 2022
in
Celery
by
john ganales
celerry
0
votes
Q: To list active queues for the worker w1, use
asked
Jun 19, 2022
in
Celery
by
john ganales
celey
0
votes
Q: consider a task T. Write a code to execute in 30 seconds from now, but expires after 3 minutes.
asked
Jun 19, 2022
in
Celery
by
john ganales
celey
0
votes
Q: If we add the following in celery configuration
asked
Jun 19, 2022
in
Celery
by
john ganales
celey
0
votes
Q: celeri multi stores information about workers.
asked
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
Q: Celery automatically retries sending messages in the event of a connection failure.
asked
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
Q: Consider a file tasks.py with:
asked
Jun 19, 2022
in
Celery
by
john ganales
celey
0
votes
Q: Consider a task T. Write the code to execute in 10 seconds from now, specified using ETA.
asked
Jun 19, 2022
in
Celery
by
john ganales
celey
0
votes
Q: Celery has the following defined default result states, except _______.
asked
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
Q: Consider the following.
asked
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
Q: 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
Q: 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
Q: If a task raises an exception, we can override it using __________.
asked
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
Q: If app=celery(), task is created using _______ decorator.
asked
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
Q: Name the broker in the following.
asked
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
Q: Using rpc:// result backend, two processes can wait for the same result.
asked
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
Q: Celery protocol can be implemented in any language.
asked
Jun 19, 2022
in
Celery
by
john ganales
celey-protocol
0
votes
Q: A client process ___________.
asked
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
Q: To run RabbitMQ in the background, use ________.
asked
Jun 19, 2022
in
Celery
by
john ganales
celery
0
votes
Q: Celery is a package available in __________.
asked
Jun 19, 2022
in
Celery
by
john ganales
celerry
0
votes
Q: 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
.
...