fix: handle MaxMind 429 and backoff

This commit is contained in:
2026-01-19 19:52:28 +01:00
parent 8131550603
commit d355e7e6a9
3 changed files with 17 additions and 4 deletions

View File

@@ -15,3 +15,6 @@ PDB_INFO_TYPE=Educational/Research
# minimum ASN entries for healthy /healthz
MIN_ASN_COUNT=10
# retry interval after a failed update (e.g., MaxMind 429)
RETRY_SECONDS=3600