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",
"gasAdjustment": 1.5,
"nodeRpc": "###RPC_URL###",
"maxRetries": 3,
"delay": 60,
"maxRetries": 10,
"delay": 20,
"submitTx": true
},
"worker": [

View File

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