소스 검색

Document process_groups.

Chris McDonough 18 년 전
부모
커밋
dc2df0d19d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/supervisor/supervisord.py

+ 1 - 0
src/supervisor/supervisord.py

@@ -65,6 +65,7 @@ class Supervisor:
     mood = 1 # 1: up, 0: restarting, -1: suicidal
     stopping = False # set after we detect that we are handling a stop request
     lastdelayreport = 0 # throttle for delayed process error reports at stop
+    process_groups = None # map of process group name to process group object
 
     def __init__(self, options):
         self.options = options