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

Use IPC to perform detach #1540

Open
seanvaleo opened this issue Jun 22, 2023 · 1 comment
Open

Use IPC to perform detach #1540

seanvaleo opened this issue Jun 22, 2023 · 1 comment

Comments

@seanvaleo
Copy link
Collaborator

Currently, detach relies on the dynamic config mechanism. We should use IPC for this but there are two prerequisites:

  • a busy periodic thread should check on IPC requests intermittently
  • the CLI should have an appropriate window for waiting for a response - or wait indefinitely?
@jrcheli
Copy link
Contributor

jrcheli commented Jul 13, 2023

I closed #1496 as a duplicate of this one. The text of that ticket:

  • It seems like we could use our recently added IPC functionality to perform the detach operation which would reduce the wait time imposed by the dynamic config mechanism.

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

No branches or pull requests

2 participants