add wait and retries

This commit is contained in:
vvzvlad 2024-09-12 05:15:53 +03:00
parent c749135c63
commit de5c8415d7
2 changed files with 3 additions and 3 deletions

View File

@ -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": [

View File

@ -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