Supervisor 3.0a5 Released

  • Posted by Chris McDonough on March 13th, 2008

    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.

Post a comment