Chris McDonough
|
2d7b7b07b8
Remove spurious event notification, don't remove logs at shutdown.
|
преди 18 години |
Chris McDonough
|
d2cc9ed662
We've implemented ordered shutdown.
|
преди 18 години |
Chris McDonough
|
8c2c85462a
Implement "ordered shutdown". We shut process groups down one at a time (the one with the lowest priority gets shut down first, the highest last). We wait for groups with lower priorities to shut down before trying to shut down higher priority groups.
|
преди 18 години |
Chris McDonough
|
57052e0459
Done.
|
преди 18 години |
Chris McDonough
|
b2ab9f09ab
Event names (for use with "startswith").
|
преди 18 години |
Chris McDonough
|
0100f4c688
Change the event subscription names so listeners can use "startswith" to quickly determine the major event type.
|
преди 18 години |
Chris McDonough
|
79daa2fc59
*** empty log message ***
|
преди 18 години |
Chris McDonough
|
06051d956b
Example of a payload.
|
преди 18 години |
Chris McDonough
|
d3dce0f7c3
Error condition: garbage output from listener.
|
преди 18 години |
Chris McDonough
|
80b908bb46
Document event listener notification protocol.
|
преди 18 години |
Chris McDonough
|
9634fba54d
Missed a bang.
|
преди 18 години |
Chris McDonough
|
4d335f2d54
Describe buffer overflow events better.
|
преди 18 години |
Chris McDonough
|
179abff00d
Document event types.
|
преди 18 години |
Chris McDonough
|
7c59ea9968
The channel is already implied by the event type.
|
преди 18 години |
Chris McDonough
|
8e75941943
*** empty log message ***
|
преди 18 години |
Chris McDonough
|
5f98d8255c
*** empty log message ***
|
преди 18 години |
Chris McDonough
|
5e569c21c1
Define what it means to "be done" in order to release 3.0a1.
|
преди 18 години |
Chris McDonough
|
9fb5f69d0f
Represent a NONE log with a blank string (client can detect that as a nonpath).
|
преди 18 години |
Chris McDonough
|
a8d52edff8
Collector 223.
|
преди 18 години |
Chris McDonough
|
b124e4dc22
Change for 3.0.
|
преди 18 години |
Chris McDonough
|
418ca7f4b3
Explain major changes.
|
преди 18 години |
Chris McDonough
|
b88a45da0b
We no longer ship with elementtree, meld3, or medusa.
|
преди 18 години |
Chris McDonough
|
2da629371d
Environment configuration docs.
|
преди 18 години |
Chris McDonough
|
370b71f2c3
Add supervisor_group_name envvar.
|
преди 18 години |
Chris McDonough
|
86185d1bca
Fix docs concerning "unexpected" exits.
|
преди 18 години |
Chris McDonough
|
3b7a0e4266
Declare install_requires dependencies rather than shipping minor "forks".
|
преди 18 години |
Chris McDonough
|
ad6633c2db
We use setuptools dependencies now.
|
преди 18 години |
Chris McDonough
|
ae05c32d57
Tests for default eventlistener priority.
|
преди 18 години |
Chris McDonough
|
3b05291f15
"finish" was doing slightly the wrong thing. The original conception of "autorestart" was to restart processes that had an "unexpected" exit code and this is what was how autorestart was explained in the supervisor docs. But this is not what supervisor actually ever did. It restarted EXITED processes regardless of whether their exit code was expected or not if "autorestart" was true. We keep this behavior now, because no one has complained, and we change finish to never set a backoff or delay if a process ever makes it to EXITED. This simplifies ordered shutdown.
|
преди 18 години |
Chris McDonough
|
f62b6ab6b4
Give listener pools a "high" default priority.
|
преди 18 години |