Skip to content

Commit 11b08e7

Browse files
committed
fix
1 parent b9378ef commit 11b08e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dags/tpu_observability/utils/jobset_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ def wait_for_jobset_started(
579579
return all(p > threshold_value for p in last_n_data_points)
580580

581581

582-
@task.sensor(poke_interval=60, timeout=3600, mode="poke")
582+
@task.sensor(poke_interval=60, timeout=3600, mode="reschedule")
583583
def wait_for_jobset_ttr_to_be_found(
584584
node_pool: node_pool_info, jobset_name: str
585585
) -> bool:

0 commit comments

Comments
 (0)