Skip to content

feat: add ssh like repl direct to workers #5716

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

Draft
wants to merge 31 commits into
base: main
Choose a base branch
from

Conversation

dieriba
Copy link
Contributor

@dieriba dieriba commented May 8, 2025

No description provided.

Comment on lines 182 to 191
let valid_key = *LICENSE_KEY_VALID.read().await;

if !valid_key {
tracing::error!(
worker = %worker_name, hostname = %hostname,
"Invalid license key, workers require a valid license key, sleeping for 10s waiting for valid key to be set"
);
tokio::time::sleep(Duration::from_secs(10)).await;
continue;
}
Copy link
Contributor

Choose a reason for hiding this comment

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

remove this

Copy link

cloudflare-workers-and-pages bot commented May 13, 2025

Deploying windmill with  Cloudflare Pages  Cloudflare Pages

Latest commit: 30386aa
Status: ✅  Deploy successful!
Preview URL: https://5c51ea9e.windmill.pages.dev
Branch Preview URL: https://dieri-add-ssh-like-repl-dire.windmill.pages.dev

View logs

Copy link
Contributor

@HugoCasa HugoCasa left a comment

Choose a reason for hiding this comment

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

did you test it on agent workers?

Copy link
Contributor

Choose a reason for hiding this comment

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

please use the svelte 5 syntax (https://svelte.dev/docs/svelte/v5-migration-guide)

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.

3 participants