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

Daemon Process Manager #286

Merged
merged 2 commits into from
Oct 29, 2024

Conversation

plasorak
Copy link
Collaborator

@plasorak plasorak commented Oct 24, 2024

Enable the Process manager to run as a daemon, and the unified shell to connect to it. The target for this is v5.3.0. This fixes #212

With this PR, the unified shell can be started with

drunc-unified-shell grpc://some-host:1234 some/oks/config session-name

Provided there is a process manager running at some-host:1234. That can be done on some-host via:

drunc-process-manager ssh-standalone 1234

Alternatively, the process manager's port can be dynamic (0), and in that case the command drunc-process-manager will print out which port it is expecting traffic from (and the unified shell can connect to it in the same way).

Of course, the usual command is still valid to start your own process manager:

drunc-unified-shell ssh-standalone some/oks/config session-name

@plasorak plasorak changed the base branch from develop to develop_post_v5.2.0 October 29, 2024 09:39
@plasorak plasorak marked this pull request as ready for review October 29, 2024 09:39
Copy link
Contributor

@PawelPlesniak PawelPlesniak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested, working. LGTM

@PawelPlesniak PawelPlesniak merged commit 50c5d59 into develop_post_v5.2.0 Oct 29, 2024
@PawelPlesniak PawelPlesniak deleted the plasorak/daemon-process-manager branch October 29, 2024 15:12
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

Successfully merging this pull request may close these issues.

Daemon process_manager
2 participants