- Fix import of controllerplugin for Python 3.x. [fschulze]
- Fix
do_kill
for Python 3.x. [fschulze]
- Add Python 3.x support. [fschulze]
- Add timeout to socket, so we don't hang on unavailable hosts. [fschulze]
- Added
supervisordown
script and matchingdown
method to make sure a process is stopped. [fschulze]
- Allow setting supervisor arguments via the
MR_LAFORGE_SUPERVISOR_ARGS
environment variable. [witsch] - Added
shutdown
function to shutdown supervisord from Python code. [fschulze]
- Added waitforports script and function to wait until a process is listening on specified ports. [fschulze, witsch]
- Don't pass command line options to supervisor code. [fschulze]
- Add supervisor_args keyword argument to
up
function. [fschulze, witsch (Andreas Zeidler)]
- Added supervisord plugin with
kill
command to send signals to processes. [fschulze]
- Initial release