StackStorm / ansible-st2

Ansible Roles and Playbooks to deploy StackStorm
https://galaxy.ansible.com/StackStorm/stackstorm/
Apache License 2.0
100 stars 75 forks source link

Add task retries in case of connection failure #192

Closed arm4b closed 6 years ago

arm4b commented 6 years ago

Closes #151 (Retry logic for the connection-oriented commands)

The most-frequent random error when installing StackStorm is related to downloading packages or similar download-oriented operations (connection closed, 50X, SSL broken pipe, GnuTLS recv error, etc). All temporary.

Adding retry on failure logic where applicable.