avkirilishin commented on issue #33785: URL: https://github.com/apache/airflow/issues/33785#issuecomment-1695335508
> Question: Are you talking about standalone DAG File Processor or the one that runs in Scheduler? I am talking about `standalone_dag_processor=False` mode. Is that what you're asking? But I looked into `_fetch_callbacks` (used for `standalone_dag_processor=True` mode) and there is, I suppose, the same problem. We add callbacks to the queue and [immediately remove them](https://github.com/apache/airflow/blob/2663b177a666ee150f86bd16ad51526319fa7adb/airflow/dag_processing/manager.py#L711-L712) from the database without checking for successful completion. -- 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]
