0 votes
in Celery by
To list active queues for the worker w1, use

a) app.control.inspect().active_queues()

b) app.control.inspect([‘w1.local’]).active_queues()

c) both

d) None

1 Answer

0 votes
by

b) app.control.inspect([‘w1.local’]).active_queues()

Related questions

0 votes
asked Jun 19, 2022 in Celery by john ganales
0 votes
0 votes
asked Jul 3, 2023 in Azure by Robin
...