[geoloc] Handle Nominatim 429 rate limits with throttle and retry
This commit is contained in:
@ -28,6 +28,11 @@ VROBBLER_GOOGLE_AI_API_KEY="<key>"
|
||||
VROBBLER_LICHESS_API_KEY = "<key>"
|
||||
VROBBLER_FASTCORK_API_KEY="fc_<key>"
|
||||
|
||||
# Geolocation reverse geocoding (Nominatim). Default rate limit is 1 request
|
||||
# per second to comply with Nominatim's usage policy.
|
||||
# VROBBLER_GEOLOC_REVERSE_GEOCODE_RATE="1"
|
||||
# VROBBLER_GEOLOC_REVERSE_GEOCODE_MAX_RETRIES="8"
|
||||
|
||||
# Storages
|
||||
# VROBBLER_DATABASE_URL="postgres://USER:PASSWORD@HOST:PORT/NAME"
|
||||
# VROBBLER_REDIS_URL="redis://:PASS@HOST:6379/0"
|
||||
|
||||
Reference in New Issue
Block a user