Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Nov 5, 2025

  • Set the minimum version for uvicorn to 0.37.0, so that this setting can
    be provided.
  • Add "timeout_worker_healthcheck" to the uvicorn_kwargs, and set it
    to the worker_timeout value that is already used to configure the
    "timeout_keep_alive" and "timeout_graceful_shutdown" settings. This
    increases the timeout value from 5 seconds to 120 seconds by default.
    This increase is the same as for the "timeout_keep_alive" setting.
    (cherry picked from commit e98dd9f)

Co-authored-by: vlieven verswyvel.lieven@gmail.com

…r-timeout CLI option (#57731)

- Set the minimum version for uvicorn to 0.37.0, so that this setting can
   be provided.
- Add "timeout_worker_healthcheck" to the uvicorn_kwargs, and set it
   to the worker_timeout value that is already used to configure the
   "timeout_keep_alive" and "timeout_graceful_shutdown" settings. This
   increases the timeout value from 5 seconds to 120 seconds by default.
   This increase is the same as for the "timeout_keep_alive" setting.
(cherry picked from commit e98dd9f)

Co-authored-by: vlieven <verswyvel.lieven@gmail.com>
@pierrejeambrun pierrejeambrun marked this pull request as ready for review November 5, 2025 10:47
@ashb ashb merged commit e2f556c into v3-1-test Nov 5, 2025
70 checks passed
@ashb ashb deleted the backport-e98dd9f-v3-1-test branch November 5, 2025 12:06
@ephraimbuddy ephraimbuddy added the type:bug-fix Changelog: Bug Fixes label Nov 10, 2025
@ephraimbuddy ephraimbuddy added this to the Airflow 3.1.3 milestone Nov 10, 2025
ephraimbuddy pushed a commit that referenced this pull request Nov 10, 2025
…r-timeout CLI option (#57731) (#57854)

- Set the minimum version for uvicorn to 0.37.0, so that this setting can
   be provided.
- Add "timeout_worker_healthcheck" to the uvicorn_kwargs, and set it
   to the worker_timeout value that is already used to configure the
   "timeout_keep_alive" and "timeout_graceful_shutdown" settings. This
   increases the timeout value from 5 seconds to 120 seconds by default.
   This increase is the same as for the "timeout_keep_alive" setting.
(cherry picked from commit e98dd9f)

Co-authored-by: vlieven <verswyvel.lieven@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:CLI type:bug-fix Changelog: Bug Fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants