Login
Remember
Register
Ask a Question
Let i = app.control.inspect() To get a list of reserved tasks, use
0
votes
asked
Jun 19, 2022
in
Celery
by
john ganales
Let
i = app.control.inspect()
To get a list of reserved tasks, use
a) i.reserved()
b) i.registered()
c) i.scheduled()
d) i.active()
celey
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 19, 2022
by
john ganales
a) i.reserved()
...