Supervisor 3.0a5 Released
-
Supervisor 3.0a5 has been released! It actually more escaped, as the previous version couldn’t be easy_installed after our web presence switcharoo. You can either easy_install it or get it from http://dist.supervisord.org/supervisor-3.0a5.tar.gz
The relevant changes from 3.0a4 are
-
Supervisorctl now supports persistent readline history. To
enable, addhistory_file = <pathname>to the[supervisorctl]
section in your supervisord.conf file. -
Multiple commands may now be issued on one supervisorctl command
line, e.g.restart prog; tail -f prog. Separate commands with a
single semicolon; they will be executed in order as you would
expect.
-
Supervisorctl now supports persistent readline history. To

Post a comment