This post originated from an RSS feed registered with Python Buzz
by Mike Naberezny.
Original Post: Supervisor 3.0a5 Released
Feed Title: Supervisor
Feed URL: http://supervisord.org/feed/atom/
Feed Description: Hang on to your processes
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, add history_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.