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/01/28 18:31:00 UTC

[GitHub] [airflow] andrewgodwin commented on issue #20460: TimeDeltaSensorAsync task is failing occasionally

andrewgodwin commented on issue #20460:
URL: https://github.com/apache/airflow/issues/20460#issuecomment-1024498074


   Well, the first weird thing appears to be that the trigger is firing immediately, but I presume this is because TimeDeltaSensor is the delta from the `execution_date` rather than the actual current datetime, thus this must be for something in the past (and is a confusing property of timedeltasensor if you ask me).
   
   Past that, what's odd is that the trigger is getting called twice, which might indicate one of those race conditions that were getting looked at. Neither of those explain why the task's state is getting stuck, though.


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