You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the example provided, i have notice malformed event on stdin from Supervisord
Instead of receiving message like : ver:3.0 server:supervisor serial:51 pool:monitoring poolserial:51 eventname:PROCESS_STATE_RUNNING len:76
i was received ]
On my following case, my monitored process throw an exception which are writed on stderr.
My eventListener must be informed and send me back a notification.
Introduction :
From the example provided, i have notice malformed event on stdin from
Supervisord
Instead of receiving message like :
ver:3.0 server:supervisor serial:51 pool:monitoring poolserial:51 eventname:PROCESS_STATE_RUNNING len:76
i was received
]
On my following case, my monitored process throw an exception which are writed on stderr.
My eventListener must be informed and send me back a notification.
Way to reproduce :
My supervisor configuration looks like :
and my testing
script.php
The text was updated successfully, but these errors were encountered: