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