potiuk commented on PR #41028: URL: https://github.com/apache/airflow/pull/41028#issuecomment-2250426387
I attempted to see what it would mean to make `manage_sla` to work with isolation mode and it's definitely not worth doing it now (especially that we know that SLA is broken in Airflow) - we will have to fix it in AIP-72 - but there the whole discussion on "where callbacks should run" is better aided by this one - because this is a good example where logic of "parsed dag" and "DB access" have to be together in the same process in order to calculate SLA missess - and they are very hard to separate out. This is something that must be considered for AIP-72 (cc: @ashb ) -- 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]
