Skip to content

Send process groups to the background upon detach #117

Description

@squell

And of course, bring them to the foreground when you attach.

See FIXME in the code.

I think the general strategy here is:

  • Some code in beam-init to forward the process group, at the moment a beamctl client request a file descriptor for it
  • After fn attach() exits, it right now uses the /show endpoint to retrieve the new status of the process. That could be turned into a /background endpoint that gives the same info as /show but also puts the process group back into the background.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions