-
Notifications
You must be signed in to change notification settings - Fork 16.6k
Add deprecated_options entry for dag_file_processor_timeout#59181
Add deprecated_options entry for dag_file_processor_timeout#59181potiuk merged 1 commit intoapache:mainfrom
Conversation
What type of PR is this?
/kind bug
What this PR does / why we need it:
Adds missing deprecated_options entry for dag_file_processor_timeout when it was moved from [core] to [dag_processor] in Airflow 3.0. Without this entry, config values set in the old [core] section were ignored, causing the dag processor to use the default 50 second timeout instead of user-configured values.
Which issue(s) this PR is related to:
Fixes #58995
Note:
The deprecated_options dict was recently moved from airflow-core/src/airflow/configuration.py to shared/configuration/src/airflow_shared/configuration/parser.py.
Does this PR introduce a user-facing change?
NONE
|
Could I get a review please @potiuk @ephraimbuddy @jedcunningham |
Backport failed to create: v3-1-test. View the failure log Run details
You can attempt to backport this manually by running: cherry_picker 56b0e5a v3-1-test
This should apply the commit to the v3-1-test branch and leave the commit in conflict state marking After you have resolved the conflicts, you can continue the backport process by running: cherry_picker --continue
|