mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 00:02:03 +00:00
nit log
This commit is contained in:
@@ -2524,7 +2524,7 @@ pub async fn pull(
|
||||
estimated_next_schedule_timestamp = estimated_next_schedule_timestamp + inc;
|
||||
}
|
||||
if i % 50 == 0 {
|
||||
tracing::warn!("Window finding job loop count: {}", pull_loop_count);
|
||||
tracing::warn!("Window finding for job {} loop count: {}", job_uuid, pull_loop_count);
|
||||
tokio::task::yield_now().await;
|
||||
}
|
||||
if i > 1000000000 {
|
||||
|
||||
Reference in New Issue
Block a user