Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.