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 2022/12/20 18:22:34 UTC

[GitHub] [airflow] Taragolis commented on issue #23824: Race condition between Triggerer and Scheduler

Taragolis commented on issue #23824:
URL: https://github.com/apache/airflow/issues/23824#issuecomment-1359954109

   @RNHTTR better to open a new issue with additional details and how to reproduce it.
   
   However it also could be a problem with `ExternalTaskSensorAsync` which not a part of Airflow or community providers and in this case better open an issue in [astronomer/astronomer-providers](https://github.com/astronomer/astronomer-providers/issues)
   
   As far as I know many of deferrable Operators use [`asgiref.sync.sync_to_async`](https://docs.djangoproject.com/en/4.1/topics/async/#asgiref.sync.sync_to_async) for communicate with synchronous part of Airflow (most of the code of Airflow are synchronous) such as Connections, Variable, Configurations, read/write into Airflow metadata database and this approach could have some side effects. But it just my assumption.


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