potiuk commented on code in PR #38467:
URL: https://github.com/apache/airflow/pull/38467#discussion_r1538235793
##########
dev/breeze/src/airflow_breeze/commands/common_options.py:
##########
@@ -354,6 +354,14 @@ def _set_default_from_parent(ctx: click.core.Context,
option: click.core.Option,
help="Use uv instead of pip as packaging tool to build the image.",
envvar="USE_UV",
)
+option_uv_request_timeout = click.option(
+ "--uv-request-timeout",
+ help="Timeout for requests that UV makes (only used in case of UV
builds).",
+ type=click.IntRange(1, 10000),
Review Comment:
No particular reasons but ~ 3 hours should be rather max :) . Removed max.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]