mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
Feature request: Allow configurable delay between requests #308
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?
Originally created by @emilyst on GitHub (Sep 1, 2023).
What's the feature?
This is sort of a bug, sort of a feature.
Problem: Because
ddns-updaterissues all its requests as quickly as possible, services with rate limits (such as Porkbun) will reject requests if you have a non-trivial number of records to update.Proposed solution: Allow for configuring a brief delay between each request, in order to avoid being rate-limited.
Extra information?
Right now, I can't actually use
ddns-updateruntil this kind of capability exists, as nice as I find this software to be! I happen to use Porkbun to provide my DNS, and their reverse proxy returns 502 errors if you make requests too quickly.Maybe also nice to have, but not necessary for my particular case:
Thanks in advance!