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

How to skip the exit prompt of the service monitor? #1460

Open
edgarogh opened this issue Sep 19, 2024 · 2 comments
Open

How to skip the exit prompt of the service monitor? #1460

edgarogh opened this issue Sep 19, 2024 · 2 comments
Labels
question Further information is requested

Comments

@edgarogh
Copy link

Hello,
Whenever I close my IDE (IntelliJ), it says "waiting for process detach" indefinitely, probably because it sent a SIGINT to the devenv service, which the latter captures to display its confirmation prompt. I can't find any way to disable this. I'm OK with devenv up taking proper time to gracefully shut down its processes, but preventing the normal exiting with a dialog box is a bit too much for a CLI process that's mostly "fire and forget".

@edgarogh edgarogh added the question Further information is requested label Sep 19, 2024
@sandydoo
Copy link
Member

@edgarogh, are you using the default process-compose manager? Once it takes over the shell, it's the one handling the signals.

@bjgbeelen
Copy link

I've been investigating whether it's possible to prevent the exit confirmation by process-compose. And there is a setting for it, see F1bonacc1/process-compose#290

But, it requires a newer versin of process-compose (v1.40.0) where currentely in devenv v1.3.1 it uses v1.2.0 of process-compose

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants