mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 14:20:30 +01:00
[PR #862] Add BACKOFF config option and --retry-failures option #949
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dehydrated-io/dehydrated/pull/862
Author: @tjikkun
Created: 1/27/2022
Status: 🔄 Open
Base:
master← Head:backoff📝 Commits (3)
604da20Add BACKOFF config option and --retry-failures option4f4bb9cMake sure cert exists before checking ocsp57c7aa2exiterr expects an argument📊 Changes
1 file changed (+41 additions, -5 deletions)
View changed files
📝
dehydrated(+41 -5)📄 Description
BACKOFF="1,10,100,1440"makes it so first retry will only be allowedafter 1 minute, second after 10 minutes, third after 100 minutes and
after that only once per day.
--retry-failuresis used to only retry failed requests, skipping allothers
Comments welcome!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.