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
It is possible for concurrent requests to be served by different threads
in the same Python process, resulting in unexpected behaviour if the
wrapper function from ensure_initiated is not finished executing for the
first time. To solve this, wrap the critical code in a lock.
https://phabricator.endlessm.com/T35159
0 commit comments