ralichkov commented on issue #42136: URL: https://github.com/apache/airflow/issues/42136#issuecomment-3144346868
In your case @nicolamarangoni in the UI under "Audit logs" in the task instance do you have a `state mismatch` event? When reproducing the issue I had yesterday (not sharing the `airflow.cfg` between containers) I connected to the postgres db, and in `public.celery_taskmeta` there was my failed task ID with a `result` containing `Invalid auth token: Signature verification failed` which alludes to the fact that each container has a different JWT token or some other secret. Basically, I can only chalk this up to incorrect configuration. @nicolamarangoni you mentioned having a "huge terraform deployment" so I would suggest starting from scratch to avoid any issues that may be caused by your previous deployment. -- 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]
