uplsh580 commented on code in PR #71444:
URL: https://github.com/apache/airflow/pull/71444#discussion_r3759960287


##########
airflow-core/newsfragments/71444.bugfix.rst:
##########
@@ -0,0 +1 @@
+Recover the JWT revoked-token check from a stale pooled database connection. 
On MySQL the first authenticated request after an idle period could fail with 
HTTP 500 (``OperationalError`` 4031) because ``RevokedToken.is_revoked`` ran on 
a scoped session left bound to a dropped connection; it now discards that 
session and retries once on a fresh connection, matching the recovery 
``FabAuthManager.deserialize_user`` already had.

Review Comment:
   Thanks, removed it.



-- 
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]

Reply via email to