dstandish commented on code in PR #33718:
URL: https://github.com/apache/airflow/pull/33718#discussion_r1867582676


##########
airflow/exceptions.py:
##########
@@ -417,6 +421,10 @@ class TaskDeferralError(AirflowException):
     """Raised when a task failed during deferral for some reason."""
 
 
+class TaskDeferralTimeout(AirflowException):

Review Comment:
   So, TaskDeferralError is raised when something unexpected goes wrong on the 
trigger side of things.
   
   This class, TaskDeferralTimeout, is actually initiated by the scheduler, here
   
   <img width="765" alt="image" 
src="https://github.com/user-attachments/assets/643ea8d9-6b3b-412a-8973-08b17cbb9e9d";>
   
   So, it might actually make sense as two distinct families.  I guess it 
depends how you think about it.  What do you think @uranusjr ?



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