Fetch independent weather sources concurrently

This commit is contained in:
2026-08-13 03:45:55 +00:00
parent e6450138c2
commit 0516ee148d
4 changed files with 317 additions and 132 deletions

View File

@@ -28,7 +28,10 @@ fetch before source requests begin.
The adapter makes one source request for each endpoint, subject to retry on
transient failures. A successful readiness request supplies the current
conditions source response.
conditions source response. The remaining independent source requests run
concurrently, then their results are processed in the source order shown below.
This keeps source provenance, missing-source policy, and surfaced errors
deterministic regardless of response order.
| Source | Endpoint | Query parameters | Availability |
| --- | --- | --- | --- |