Explorar o código

Add supervisor-quick to the plugins list. Closes #404

Mike Naberezny %!s(int64=11) %!d(string=hai) anos
pai
achega
0bf284310a
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  1. 6 1
      PLUGINS.rst

+ 6 - 1
PLUGINS.rst

@@ -63,7 +63,12 @@ These also includes various event listeners.
 `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.
-
+`supervisor-quick <http://lxyu.github.io/supervisor-quick/>`_
+    Adds ``quickstart``, ``quickstop``, and ``quickrestart`` commands to
+    ``supervisorctl`` that can be faster than the built-in commands.  It
+    works by using the non-blocking mode of the XML-RPC methods and then
+    polling ``supervisord``.  The built-in commands use the blocking mode,
+    which can be slower due to ``supervisord`` implementation details.
 
 Libraries that integrate Third Party Applications with Supervisor
 -----------------------------------------------------------------