Alok-kumar-priyadarshi opened a new pull request, #61310:
URL: https://github.com/apache/airflow/pull/61310

   Summary
   
   This PR fixes a race condition in FastAPI auth manager initialization that 
could cause intermittent 500 Internal Server Error responses under concurrent 
authentication requests.
   
   Fix
   
   Make auth manager creation thread-safe
   
   Ensure the manager is initialized exactly once
   
   Prevent concurrent requests from accessing an uninitialized instance
   
   Notes
   
   Internal change only
   
   No user-facing or configuration changes
   
   Verified with concurrent /auth/token requests


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