Discussion:
[Supervisor-users] Fwd: Supervisor plugin to watch a directory and restart programs on changes
t***@timakro.de
7 years ago
Permalink
Hi,

I recently created a script which watches a directory and on changes
tells Supervisor via the XML-RPC API to restart a program. I use it
during development to restart celery workers on code changes. It is
highly configurable and mostly useful if you want to restart
applications during development when the code changes. I just wanted
to share this in case it is useful to anyone.

https://github.com/timakro/superfsmon

Also I would appreciate it if you could add it to the Third Party
Applications and Libraries section in the docs.

Best regards,
Tim

Loading...