This lab shows how to use the Supervisor tool that Alibaba Cloud provides on ECS instances to manage Django Web Service processes.Supervisor is a client/server system that allows users to control many processes on a UNIX-like operating system.You can easily control each process through a simple INI-style configuration file. For example, you can implement automatic restart or log rotation.