mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-09 18:01:49 -04:00
backend/http: implement retries for the http backend (#19702)
Fixes #19619
This commit is contained in:
committed by
Kristin Laemmert
parent
127cbeeda2
commit
5b6b1663ef
@@ -60,3 +60,8 @@ The following configuration options are supported:
|
||||
* `password` - (Optional) The password for HTTP basic authentication
|
||||
* `skip_cert_verification` - (Optional) Whether to skip TLS verification.
|
||||
Defaults to `false`.
|
||||
* `retry_max` – (Optional) The number of HTTP request retries. Defaults to `2`.
|
||||
* `retry_wait_min` – (Optional) The minimum time in seconds to wait between HTTP request attempts.
|
||||
Defaults to `1`.
|
||||
* `retry_wait_max` – (Optional) The maximum time in seconds to wait between HTTP request attempts.
|
||||
Defaults to `30`.
|
||||
|
||||
Reference in New Issue
Block a user