amoghrajesh opened a new issue, #67706: URL: https://github.com/apache/airflow/issues/67706
Airflow now has two mechanisms for handling long-running or multi-step tasks: - Deferrable operators / Triggerer — task suspends itself and hands polling off to the triggerer; worker slot is freed - ResumableMixin / sync mode (AIP-103) — task saves progress to the task state store, exits, gets rescheduled, and resumes from the checkpoint These solve overlapping but distinct problems, and there is currently no documentation explaining when to reach for one vs the other. We should add that -- 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]
