Hi, We are planning to move to supervisord, we have a bunch of worker processes what need to be monitored, for that we wrote an eventlistener to check if a worker is still working (vs hung or stuck)
This eventlistener calls back to supervisord using xmlrpc via childutils.getRPCInterface. Actually, it's quite similar to the memmon eventlistener but instead of checking memory it listen for PROCESS_COMMUNICATION_STDOUT events from the workers. While doing some tests in one of the servers, we are seeing that after some time the eventlistener gets stuck in a xmlrpc call, which never finishes Is there a way to specify/force a timeout? Any help on how to debug this is really appreciated Regards, -- Guillermo Gonzalez
_______________________________________________ Supervisor-users mailing list [email protected] http://lists.supervisord.org/mailman/listinfo/supervisor-users
