We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make sure that these boxes are checked before submitting your issue -- thank you!
process-compose info
process-compose
1.64.1
NixOS
version: '0.5' processes: test1: command: sleep 1000 test2: command: sleep 1000
Run process compose In another terminal run process-compose process restart test1 & process-compose process restart test1
process-compose process restart test1 & process-compose process restart test1
Sometimes, observe three sleep 1000 processes running underneath process compose with a tool like htop
sleep 1000
process-compose never allows a process to be running multiple times
process-compose sometimes allows a process to be running multiple times
25-06-05 12:52:54.635 INF Process Compose v1.64.1
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Defect
Make sure that these boxes are checked before submitting your issue -- thank you!
process-compose info
)Version of
process-compose
:1.64.1
OS environment:
NixOS
Steps or code to reproduce the issue:
Run process compose
In another terminal run
process-compose process restart test1 & process-compose process restart test1
Sometimes, observe three
sleep 1000
processes running underneath process compose with a tool like htopExpected result:
process-compose never allows a process to be running multiple times
Actual result:
process-compose sometimes allows a process to be running multiple times
Log
25-06-05 12:52:54.635 INF Process Compose v1.64.1
The text was updated successfully, but these errors were encountered: