Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

57 lines (36 loc) · 2.48 KB

Changelog

1.4.0 - 2019-10-09

Commit history

Added

  • Support for managing services with numprocs > 1 which are started as a process group
  • Support for services that are parts of a group section

1.3.2 - 2019-05-23

Commit history

Bug fixes

  • Fix crash caused by bug when parsing events data

1.3.1 - 2019-05-22

Commit history

Added

  • Exit the dependentstartup eventlistener process after all processes have been handled

1.3.0 - 2019-05-22

Commit history

Added

  • Support for supervisor version 4 which now runs on python 3
  • Add support for running as a module: python3 -m supervisord_dependent_startup
  • Add support for installing source distribution with pip and upload to pypi

1.2.0 - 2018-06-04

Commit history

Bug fixes

  • Do not attempt to start a process that has reached the FATAL state

1.1.0 - 2018-03-07

Commit history

Added

  • Support for environment variable expansion in service config files

1.0.0 - 2018-01-03

Commit history

Initial release of supervisord_dependent_startup

The plugin code is based on ordered-startup-supervisord

Added

  • Support for starting supervisor services after given services reaches certain states
  • Unit tests
  • Command line arguments parsing with argparse