Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pelson/example-supervisord-manager
(WIP 🏗️ 👷 🚧 🛑 ) A repo to manage multiple daemon configurations and is able bootstrap itself
https://github.com/pelson/example-supervisord-manager
Last synced: 2 days ago
JSON representation
(WIP 🏗️ 👷 🚧 🛑 ) A repo to manage multiple daemon configurations and is able bootstrap itself
- Host: GitHub
- URL: https://github.com/pelson/example-supervisord-manager
- Owner: pelson
- License: bsd-3-clause
- Created: 2017-08-01T04:36:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T06:21:20.000Z (over 7 years ago)
- Last Synced: 2024-12-04T17:23:41.247Z (2 months ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repository is a proof-of-concept implementation of a git repository being the canonical source for the definition of daemon processes (using supervisor configs).
In practice a simple webhook would be set up to listen on the desired git repository, and the listening service would then run the update script.
## Note
Whilst this repository does update the *daemons* whenever the config changes, it does not necessarily know if the underlying *application* has changed.
Some further work is needed to be able to identify whether the existing daemon should be restarted in that situation.