uranusjr commented on code in PR #33718:
URL: https://github.com/apache/airflow/pull/33718#discussion_r1867137049
##########
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:
Should this subclass TaskDeferralError for compatibility? Or do we
specifically want the two errors to be distinct?
--
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]