This commit is contained in:
Ruben Fiszel
2025-07-16 00:01:28 +00:00
parent 195bfceff3
commit 409a7f4920
+1 -1
View File
@@ -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 {