Skip to content

Instantly share code, notes, and snippets.

@maurodoglio
Created July 14, 2014 16:54
Show Gist options
  • Save maurodoglio/105b63bb17301f750543 to your computer and use it in GitHub Desktop.
Save maurodoglio/105b63bb17301f750543 to your computer and use it in GitHub Desktop.
from celery.task.control import inspect
i = inspect()
registered = i.registered()
active_workers = registered.keys()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment