Skip to content

Commit ada763d

Browse files
committed
fix
1 parent 4abb7b8 commit ada763d

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
@@ -525,7 +525,7 @@ def wait_for_jobset_started(
525525
return all(p > threshold_value for p in last_n_data_points)
526526

527527

528-
@task.sensor(poke_interval=60, timeout=3600, mode="poke")
528+
@task.sensor(poke_interval=60, timeout=3600, mode="reschedule")
529529
def wait_for_jobset_ttr_to_be_found(
530530
node_pool: node_pool_info, jobset_name: str
531531
) -> bool:

0 commit comments

Comments
 (0)