potiuk commented on issue #17897: URL: https://github.com/apache/airflow/issues/17897#issuecomment-910697939
This looks like a problem when some parses are still parsing the old versions and then some other parsers kicking in to parse the new ones, working in parallel. I do not think it's the matter of changing case. I think it's the matter of changing tag for the same dag, How many schedulers you have and what's the number of parsing processes you have ? https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#parsing-processes Also what's your parsing sort_mode (https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#file-parsing-sort-mode) ? -- 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]
