Replies: 1 comment
-
|
These are quite different tools, though they share the goal of managing processes. ochinchina/supervisord is a Go reimplementation of Python's supervisord. It's designed as a drop-in replacement — same INI-based config format, same XML-RPC API. It's a great fit if you're already using supervisord and want a single-binary alternative without the Python dependency. process-compose takes a different approach, inspired by docker-compose rather than supervisord:
If you're looking for a straightforward supervisord replacement with the same config format, go with ochinchina/supervisord. If you want richer orchestration (dependency graphs, health checks, scheduling, a TUI) with a docker-compose-style workflow, process-compose is the better fit. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/ochinchina/supervisord
Beta Was this translation helpful? Give feedback.
All reactions