feat: fetch and cache hourly multi-model forecast data in SQLite for all cities
This commit is contained in:
@@ -156,6 +156,7 @@ class WeatherDataCollector(OpenMeteoCacheMixin, SettlementSourceMixin, MetarSour
|
||||
self.session = httpx.Client(
|
||||
timeout=self.timeout,
|
||||
follow_redirects=True,
|
||||
trust_env=False,
|
||||
headers={"User-Agent": self.user_agent},
|
||||
limits=httpx.Limits(max_connections=50, max_keepalive_connections=20),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user