Supervisor v3.3.5 Release Notes

Release Date: 2018-12-22 // over 5 years ago
    • 🛠 Fixed a race condition where supervisord would cancel a shutdown already in progress if it received SIGHUP. Now, supervisord will ignore SIGHUP if shutdown is already in progress. Patch by Livanh.

    • 🛠 Fixed a bug where searching for a relative command ignored changes to PATH made in environment=. Based on a patch by dongweiming.

    • childutils.ProcessCommunicationsProtocol now does an explicit flush() after writing to stdout.

    • A more descriptive error message is now emitted if a name in the config file contains a disallowed character. Patch by Rick van Hattem.