You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromrqimportWorkerfromrq.utilsimportimport_attribute# For default Worker class from RQ module:workers=Worker.all(connection=rq.connection)
# For any Worker classworkers=import_attribute(rq.worker_class).all(connection=rq.connection)
(Additionally) To get list of workers for specified queue:
Is there a way to get a list of all currently running workers?
The text was updated successfully, but these errors were encountered: