You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/09/01 20:17:47 UTC

[GitHub] [airflow] potiuk edited a comment on issue #17897: Dag tags are not refreshing if case sensitivity changed

potiuk edited a comment 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 task which is parsed in parallell with slightly different content by two parsers, 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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org