process-compose icon indicating copy to clipboard operation
process-compose copied to clipboard

Process Compose is a simple and flexible scheduler and orchestrator to manage non-containerized applications.

Results 59 process-compose issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

bug
done

I find this in the logs: ``` 24-03-19 09:48:09.370 ERR Failed in parsing 'quit' shortcut - no matching key found q. Using default: F10 24-03-19 09:48:09.370 ERR Failed in parsing...

done

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...

enhancement

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...

need more info

## 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...

done

## 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...

enhancement

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/term&package-manager=go_modules&previous-version=0.17.0&new-version=0.18.0)](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...

dependencies

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.

wontfix