fix: retry transient official source failures
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-14 05:47:06 +02:00
parent 480634c301
commit e8a35b96ad
4 changed files with 38 additions and 2 deletions
+3
View File
@@ -7408,6 +7408,9 @@ Open:
explicit truncation flag. Pagination and identity checks fail closed.
- Declared EPSG:4326 in both generated GeoJSON FeatureCollections so the
importer records `crs_assumed=false` for this known official OGC source.
- Added bounded retries for safe source GETs after the live refresh exposed a
transient GRB HTTP 500 on page 66. Mutating GeoIntel API requests are not
retried automatically.
- Kept the provider boundary honest: provisioning is an operator action and
imports through canonical Project, Area and Dataset HTTP routes. It does not
enable the dormant live GRB provider or write directly to `vector_features`.