JH-A-Kim commented on PR #70475: URL: https://github.com/apache/airflow/pull/70475#issuecomment-5220871064
> @JH-A-Kim It seems worth doing, but maybe in a different PR, this one is already pretty chonky and I don't believe any execujtors currently retry callbacks. I think the right answer there is to convert `_get_task_instance_state` to `_get_workload_state` which checks `Callback.state` directly; `Callback.state` already has `ACTIVE_STATES` and `TERMINAL_STATES`` defined which you can check against. yeah that makes sense ill create an issue when I get the time to ask about potentially adding retry logic to callbacks, or should I create a discussion on the devlist? -- 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]
