mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-09 08:15:13 +03:00
web hooks: improve resilience by adding a configurable retry
the retryable http client is used for hooks that notify events
This commit is contained in:
@@ -174,6 +174,9 @@
|
||||
},
|
||||
"http": {
|
||||
"timeout": 20,
|
||||
"retry_wait_min": 2,
|
||||
"retry_wait_max": 30,
|
||||
"retry_max": 3,
|
||||
"ca_certificates": [],
|
||||
"skip_tls_verify": false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user