소스 검색

Add supervisor-serialrestart to the plugins list

Mike Naberezny 11 년 전
부모
커밋
9d07096061
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      PLUGINS.rst

+ 3 - 0
PLUGINS.rst

@@ -41,6 +41,9 @@ listeners.
     normally possible at runtime.
 `supervisor-stdout <https://github.com/coderanger/supervisor-stdout>`_
     An event listener that sends process output to supervisord's stdout.
+`supervisor-serialrestart <https://github.com/native2k/supervisor-serialrestart>`_
+    Adds a ``serialrestart`` command to ``supervisorctl`` that restarts
+    processes one after another rather than all at once.
 
 Libraries that integrate 3rd Party Applications with Supervisor
 ===============================================================