move region to the parquet upload task, and not as part of the request context itself

This commit is contained in:
Conrad Ludgate
2025-06-07 17:25:18 +01:00
parent f84e73c323
commit b0c712f63f
9 changed files with 25 additions and 46 deletions

View File

@@ -279,7 +279,6 @@ fn build_config(args: &LocalProxyCliArgs) -> anyhow::Result<&'static ProxyConfig
},
proxy_protocol_v2: config::ProxyProtocolV2::Rejected,
handshake_timeout: Duration::from_secs(10),
region: "local".into(),
wake_compute_retry_config: RetryConfig::parse(RetryConfig::WAKE_COMPUTE_DEFAULT_VALUES)?,
connect_compute_locks,
connect_to_compute: compute_config,