Replies: 2 comments 3 replies
-
|
Yes. this has been fixed in 3.1.5 - look th the changelog |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Also make sure to upgrade to latest Fab provider. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We are setting up an environment using Apache Airflow 3.1.3.
We are encountering an issue where the login session expires once per day, and after that, accessing the login page results in a 500 Internal Server Error from the API server.
This happens consistently and requires restarting the API server to recover.
Below are the error logs, configuration, and our custom AuthManager implementation.
Any help or guidance would be greatly appreciated.
Environment
Issue Summary
Error Log (Excerpt)
The error occurs during:
Docker Compose (airflow-apiserver)
Database pooling configuration:
Custom Auth Manager
To mitigate the issue, we implemented a custom SafeFabAuthManager that wraps DB calls and forcibly resets the session when a PendingRollbackError occurs.
This reduces the frequency of failures but does not fully eliminate the issue.
Questions
Expected Behavior
Beta Was this translation helpful? Give feedback.
All reactions