supervisorEasy Playground

Process control system: manage long-running processes on Unix

Getting started with supervisorRun locally
Install
pip install supervisor
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: supervisor)

supervisor is a third-party package. Process control system: manage long-running processes on Unix. Install with: pip install supervisor

Challenge

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