Prechádzať zdrojové kódy

celeryctl: Adds inspect command active_queues

Ask Solem 14 rokov pred
rodič
commit
e8f64fd63f
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      celery/bin/celeryctl.py

+ 1 - 0
celery/bin/celeryctl.py

@@ -190,6 +190,7 @@ result = command(result)
 
 class inspect(Command):
     choices = {"active": 1.0,
+               "active_queues": 1.0,
                "scheduled": 1.0,
                "reserved": 1.0,
                "stats": 1.0,