BACKOFF="1,10,100,1440" makes it so first retry will only be allowed
after 1 minute, second after 10 minutes, third after 100 minutes and
after that only once per day. --retry-failures is used to only retry failed requests, skipping all
others
Comments welcome!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/dehydrated-io/dehydrated/pull/862
**Author:** [@tjikkun](https://github.com/tjikkun)
**Created:** 1/27/2022
**Status:** 🔄 Open
**Base:** `master` ← **Head:** `backoff`
---
### 📝 Commits (3)
- [`604da20`](https://github.com/dehydrated-io/dehydrated/commit/604da20989ef507f6913d641b50dee4e6eb7b300) Add BACKOFF config option and --retry-failures option
- [`4f4bb9c`](https://github.com/dehydrated-io/dehydrated/commit/4f4bb9c18f2a93874417a090a483759deba93d2c) Make sure cert exists before checking ocsp
- [`57c7aa2`](https://github.com/dehydrated-io/dehydrated/commit/57c7aa25506f22806eb71b6bd898fffa677737d7) exiterr expects an argument
### 📊 Changes
**1 file changed** (+41 additions, -5 deletions)
<details>
<summary>View changed files</summary>
📝 `dehydrated` (+41 -5)
</details>
### 📄 Description
`BACKOFF="1,10,100,1440"` makes it so first retry will only be allowed
after 1 minute, second after 10 minutes, third after 100 minutes and
after that only once per day.
`--retry-failures` is used to only retry failed requests, skipping all
others
Comments welcome!
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.