[PR #862] Add BACKOFF config option and --retry-failures option #949

Open
opened 2025-12-29 02:18:40 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/862
Author: @tjikkun
Created: 1/27/2022
Status: 🔄 Open

Base: masterHead: backoff


📝 Commits (3)

  • 604da20 Add BACKOFF config option and --retry-failures option
  • 4f4bb9c Make sure cert exists before checking ocsp
  • 57c7aa2 exiterr 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 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>
adam added the pull-request label 2025-12-29 02:18:40 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#949