scylladb / scylla-ansible-roles

Ansible roles for deploying and managing Scylla, Scylla-Manager and Scylla-Monitoring
44 stars 38 forks source link

[All Roles]: add a retry for every "read URL" module call #350

Open vladzcloudius opened 8 months ago

vladzcloudius commented 8 months ago

HEAD: 44a617f308b368b731084add69758625be1d1a30

Description

We have a large amount of calls in our Roles that fetch URL content without a retry. When Running on large clusters when all nodes will try to fetch the same URL this can end up in sporadic timeouts which can be addressed by a simple retry.