0 votes
in Celery by
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()

1 Answer

0 votes
by
a) i.reserved()

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
...