process-compose
process-compose copied to clipboard
Process Compose is a simple and flexible scheduler and orchestrator to manage non-containerized applications.
Hello! This is a very great project! I have been looking for a much smaller but still capable process supervisor compared to PM2 and this looks like it is exactly...
hi @F1bonacc1 sorry, i don't see a reboot anywhere, am I missing something? https://github.com/F1bonacc1/process-compose/blob/main/www/docs/health.md#configure-probes > When a probe fails, Process Compose will try failure_threshold times before giving up. Giving up...
I find this in the logs: ``` [90m24-03-19 09:48:09.370[0m [1m[31mERR[0m[0m Failed in parsing 'quit' shortcut - no matching key found q. Using default: F10 [90m24-03-19 09:48:09.370[0m [1m[31mERR[0m[0m Failed in parsing...
Hello 👋, ## Feature Request I'd like to be able to launch `process-compose up` in the background, without any logs being printed to the current terminal. #### Use Case: I'm...
If you have a service config like: ``` depends_on: kafka: condition: process_healthy sftp: condition: process_started ``` for a seldomly used subset of your system (therefore using `disabled: true` for both...
## Defect Make sure that these boxes are checked before submitting your issue -- thank you! - [x] Included the relevant configuration snippet - [x] Included the relevant process-compose log...
## Feature Request #### Use Case: We currently use https://github.com/Supervisor/supervisor for our process composition in our nix-powered development setup. A common workflow for us is to stick a [`byebug`](https://github.com/deivid-rodriguez/byebug) statement...
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.17.0 to 0.18.0. Commits c5eaf76 go.mod: update golang.org/x dependencies See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as...
It is not always easy to write YML files programatically, compared to something like JSON/TOML. It would be very nice to support something other than YML.