Increase number of retries from 10 to 20. (#949)

This commit is contained in:
Felix Fontein
2025-08-03 10:29:55 +02:00
committed by GitHub
parent 09c45551fe
commit ba5c551a29
2 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
bugfixes:
- "acme_* modules - increase the maximum amount of retries from 10 to 20 to accomodate ZeroSSL's buggy implementation
(https://github.com/ansible-collections/community.crypto/pull/949)."

View File

@@ -66,7 +66,7 @@ if t.TYPE_CHECKING:
# -1 usually means connection problems
RETRY_STATUS_CODES = (-1, 408, 429, 502, 503, 504)
RETRY_COUNT = 10
RETRY_COUNT = 20
def _decode_retry(