Skip to content

Commit 2e4fe9f

Browse files
sbilqueTompage1994
authored andcommitted
Allow to set the delay and the number of retries to attempt when creating the workflow nodes
1 parent a7a032f commit 2e4fe9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

roles/controller_workflow_job_templates/tasks/add_workflows_schema.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
jid: "{{ __workflows_node_async_results_item.ansible_job_id }}"
5959
register: __workflows_node_async_result
6060
until: __workflows_node_async_result.finished
61-
retries: 10
61+
retries: "{{ controller_configuration_workflow_async_retries }}"
62+
delay: "{{ controller_configuration_workflow_async_delay }}"
6263
loop: "{{ __workflows_node_async.results }}"
6364
loop_control:
6465
loop_var: __workflows_node_async_results_item

0 commit comments

Comments
 (0)