SupervisorEasy Playground

Process control system for managing Python daemons on Unix

What is Supervisor?Run locally
Install
pip install supervisor
Python CodeRun locally

Supervisor is part of the Python ecosystem. Process control system for managing Python daemons on Unix.

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?