-
Notifications
You must be signed in to change notification settings - Fork 673
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
base: main
Are you sure you want to change the base?
Conversation
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; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this
Deploying windmill with
|
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 |
There was a problem hiding this 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?
There was a problem hiding this comment.
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)
No description provided.