vbottu commented on issue #58995:
URL: https://github.com/apache/airflow/issues/58995#issuecomment-3615452430

   I think the issue is that the `dag_file_processor_timeout` migration from 
[core] to [dag_processor] is missing from the deprecated_options dictionary in 
`configuration.py` around line 373.
   
   Adding the below entry to the deprecated_options dict will fix it I believe:
   
   ("dag_processor", "dag_file_processor_timeout"): ("core", 
"dag_file_processor_timeout", "3.0"),
   
   This should make the config parser properly fall back to the old [core] 
location when the value isn't found in the new [dag_processor] section. I can 
submit a PR.


-- 
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]

Reply via email to