0 votes
in Celery by

Let

i = app.control.inspect()

To get a list of registered tasks, use

a) i.registered()

b) i.active()

c) i.scheduled()

d) i.reserved()

e) All the options

1 Answer

0 votes
by
a) i.registered()

Related questions

0 votes
0 votes
asked Jun 19, 2022 in Celery by john ganales
0 votes
asked May 8, 2021 in Appium by sharadyadav1986
...