pingzh commented on PR #21301: URL: https://github.com/apache/airflow/pull/21301#issuecomment-1221112415
@mhenc do you think we can unify the `PipeCallbackSink` and `DatabaseCallbackSink` to `DatabaseCallbackSink`? I think those two both serve as async way to pass callbacks to `processor`. `DatabaseCallbackSink` is durable since callbacks are stored in the db, restarting the scheduler won't loss them. It will greatly simplify the code. Please let me know your thoughts. cc @potiuk @ashb @uranusjr @kaxil -- 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]
