o-nikolas commented on code in PR #55390: URL: https://github.com/apache/airflow/pull/55390#discussion_r2331172708
########## task-sdk/src/airflow/sdk/definitions/deadline.py: ########## @@ -55,6 +55,9 @@ def __init__( ): self.reference = reference self.interval = interval + + if not isinstance(callback, AsyncCallback): Review Comment: Nice, will this get thrown at dag parse time? -- 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-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org