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

Manage start command in envd #40

Merged
merged 13 commits into from
Jun 2, 2024
Merged

Manage start command in envd #40

merged 13 commits into from
Jun 2, 2024

Conversation

ValentaTomas
Copy link
Member

@ValentaTomas ValentaTomas commented Nov 27, 2023

Right now the start cmd is managed by systemd. This PR changed it so it is managed by envd which allows us better control over it and also allows integration with logging.

Tasks

  • Handle/communicate that the start cmd will be started during build without internet now
  • Modify old start cmd log handlers in SDKs
  • Permissions bug - use root for the start command
  • Fix start cmd not starting jupyter server (waiting...)

@ValentaTomas
Copy link
Member Author

We may want to rethink the proper way to handle start command — even when we move the management to envd there are questions about storing start command logs and how to handle output subscriptions/reconnecting.

@ValentaTomas ValentaTomas deleted the start-cmd-envd branch February 12, 2024 22:04
@ValentaTomas ValentaTomas restored the start-cmd-envd branch May 6, 2024 22:52
@ValentaTomas ValentaTomas reopened this May 6, 2024
@ValentaTomas ValentaTomas added the feature New feature label May 6, 2024
@jakubno
Copy link
Member

jakubno commented May 21, 2024

Jupyter + info about starting the sandbox are exported
image

packages/envd/internal/process/service.go Show resolved Hide resolved
packages/envd/main.go Outdated Show resolved Hide resolved
packages/envd/main.go Show resolved Hide resolved
@ValentaTomas
Copy link
Member Author

Jupyter + info about starting the sandbox are exported image

What is the format of results/stdout/stderr from the jupyter in the logs?

@jakubno jakubno merged commit 437bbfa into main Jun 2, 2024
@jakubno jakubno deleted the start-cmd-envd branch June 2, 2024 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants