Description : Manage and run a group of processes with ease
RunnerGroup is a powerful process management tool written in Go. It allows you
to:
* Define and manage a group of processes from a simple YAML configuration file.
* Start, stop, and restart the entire group of processes with a single command.
* Automatically restart processes that crash, ensuring high availability.
* Collect and manage logs from all processes in a centralized way.
.
It is particularly useful for development environments, microservices
orchestration, and running multiple background services as a single unit.