nathadfield commented on PR #60052: URL: https://github.com/apache/airflow/pull/60052#issuecomment-3717933636
@uranusjr Setting `wait_for_completion=True` means that the task doesn't end until the DAG that was triggered finishes so, yes, deferring the task does makes sense in that context. The issue is when `deferrable=True` **AND** `wait_for_completion=False` does the task get stuck in deferred. -- 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]
