mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 01:17:35 -02:30
social-auth-core uses a global variable to cache backend settings:
78da4eb201/social_core/backends/utils.py (L9)
when loading backends, forcibly ignore this behavior to avoid
a thread-safety issue that causes #4788 #4045