add wait and retries
This commit is contained in:
parent
c749135c63
commit
de5c8415d7
@ -6,8 +6,8 @@
|
|||||||
"gas": "auto",
|
"gas": "auto",
|
||||||
"gasAdjustment": 1.5,
|
"gasAdjustment": 1.5,
|
||||||
"nodeRpc": "###RPC_URL###",
|
"nodeRpc": "###RPC_URL###",
|
||||||
"maxRetries": 3,
|
"maxRetries": 10,
|
||||||
"delay": 60,
|
"delay": 20,
|
||||||
"submitTx": true
|
"submitTx": true
|
||||||
},
|
},
|
||||||
"worker": [
|
"worker": [
|
||||||
|
@ -457,7 +457,7 @@
|
|||||||
|
|
||||||
- name: Wait success send
|
- name: Wait success send
|
||||||
ansible.builtin.shell: |
|
ansible.builtin.shell: |
|
||||||
python3 logs_parser.py 60
|
python3 logs_parser.py 80
|
||||||
args:
|
args:
|
||||||
chdir: "{{ ansible_env.HOME }}/basic-coin-prediction-node"
|
chdir: "{{ ansible_env.HOME }}/basic-coin-prediction-node"
|
||||||
register: docker_logs_check
|
register: docker_logs_check
|
||||||
|
Loading…
Reference in New Issue
Block a user