You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Load providers configuration when gunicorn workers start (#38795)
When Gunicorn workers start, they do not fork, but start as new
Python interpreters and they should also perform loadig of the
configuration from installed providers.
(cherry picked from commit 042c2ac)
0 commit comments