mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-07 16:03:21 +00:00
nit tracing
This commit is contained in:
@@ -1337,7 +1337,6 @@ pub async fn run_worker(
|
||||
);
|
||||
tokio::select! {
|
||||
_ = tokio::time::sleep(Duration::from_secs(10)) => {
|
||||
tracing::info!(worker = %worker_name, hostname = %hostname, "sleeping for 10s waiting for valid key to be set");
|
||||
continue;
|
||||
}
|
||||
_ = killpill_rx.recv() => {
|
||||
|
||||
Reference in New Issue
Block a user