Asquator commented on issue #50961: URL: https://github.com/apache/airflow/issues/50961#issuecomment-4027815309
No matter where it runs, it's pretty straightforward to implement without any concurrency assumptions. For example, we can store the callback in the DB and let the DAG processor execute it, as usual. We can't ensure it runs before any task code runs. I think it will be enough for your case. Is it good for all? I don't know, maybe @kaxil will be able to tell. -- 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]
