Supervisor v3.3.2 Release Notes

Release Date: 2017-06-03 // almost 7 years ago
    • ๐Ÿ›  Fixed a bug introduced in 3.3.0 where the supervisorctl reload command would crash supervisord with the error OSError: [Errno 9] Bad file descriptor if the kqueue poller was used. Patch by Jared Suttles.

    • ๐Ÿ›  Fixed a bug introduced in 3.3.0 where supervisord could get stuck in a polling loop after the web interface was used, causing high CPU usage. Patch by Jared Suttles.

    • ๐Ÿ›  Fixed a bug where if supervisord attempted to start but aborted due to another running instance of supervisord with the same config, the pidfile of the running instance would be deleted. Patch by coldnight.

    • ๐Ÿ›  Fixed a bug where supervisorctl fg would swallow most XML-RPC faults. fg now prints the fault and exits.

    • ๐Ÿ“œ Parsing the config file will now fail with an error message if a process or group name contains a forward slash character (/) since it would break the URLs used by the web interface.

    • supervisorctl reload now shows an error message if an argument is given. Patch by Joel Krauska.

    • supervisorctl commands avail, reread, and version now show an error message if an argument is given.