punx120 commented on issue #56372: URL: https://github.com/apache/airflow/issues/56372#issuecomment-3369397902
That's fair, one issue that i ran into is that my task is cancelled and i was using `await` within my `cleanup` method when running slow operation like accessing the db, but this doesn't work as the task is cancelled. I suppose it's ok to remove the await and let it run "synchronously" . -- 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]
