Skip to content

Commit

Permalink
Retry the unassigned nodes.
Browse files Browse the repository at this point in the history
Increases robustness against sporadic failures of ic-admin or dre.
  • Loading branch information
DFINITYManu committed Sep 9, 2024
1 parent 148b4d3 commit c10380d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dags/rollout_ic_os_to_subnets.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ def collect_batch_subnets(
task_id="upgrade_unassigned_nodes",
simulate=cast(bool, "{{ params.simulate }}"),
network=network,
retries=retries,
)

task_groups = []
Expand Down

0 comments on commit c10380d

Please sign in to comment.