victorjourne commented on issue #28380: URL: https://github.com/apache/airflow/issues/28380#issuecomment-1355456814
@potiuk, I still have the issue. Nevertheless, monkey patch warning have disappeared. Tested with Breeze `breeze start-airflow --python 3.7 --backend postgres --postgres-version 13 --integration celery`. then launched airflow worker and flower. ``` #files/airflow-breeze-config/variables.env export AIRFLOW__CORE__EXECUTOR=CeleryExecutor export AIRFLOW__CELERY__POOL=gevent export _AIRFLOW_PATCH_GEVENT=1 ``` I am quite sure now that the celery broker or backend are responsible. The result backend database are not updated when some tasks finished, contrary to metadata database... What do you think? -- 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]
