Skip to content
New issue

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

Load all processes from configuration even when starting specific ones #123

Closed
3 tasks done
sciyoshi opened this issue Jan 4, 2024 · 4 comments
Closed
3 tasks done
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@sciyoshi
Copy link

sciyoshi commented Jan 4, 2024

Defect

When starting specific processes, the remaining processes should be able to be started.

  • Included the relevant configuration snippet
  • Included the relevant process-compose log (log location: process-compose info)
  • Included a [Minimal, Complete, and Verifiable example] (https://stackoverflow.com/help/mcve)

Version of process-compose:

v0.77.6

OS environment:

Darwin aarch64

Steps or code to reproduce the issue:

processes:
  p1:
    command: "sleep infinity"
  p2:
    command: "sleep infinity"

Run process-compose up p1.

Expected result:

I should now be able to start p2 from the TUI or remote client.

Actual result:

Only p1 is available in the UI.

@F1bonacc1
Copy link
Owner

Hey @sciyoshi,

Thanks for trying process-compose.

What is the desired outcome in this case? The selected processes are running and the rest are disabled?

@sciyoshi
Copy link
Author

sciyoshi commented Jan 5, 2024

Yes, ideally starting a subset of processes would simply disable the other ones, not remove them from the config entirely.

@F1bonacc1 F1bonacc1 added bug Something isn't working good first issue Good for newcomers labels Jan 5, 2024
@F1bonacc1
Copy link
Owner

Fixed in v0.77.8

@sciyoshi
Copy link
Author

sciyoshi commented Jan 6, 2024

Awesome, thank you for the quick response + release! Much appreciated 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants