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
Ray Luo edited this page Apr 10, 2020
·
2 revisions
When a process tries to acquire a lock which is currently held by other process, MSAL Extensions for Python uses a timeout of 5 secs, and the interval for trying to get the lock is 0.25 secs. If a process can not acquire a lock before the timeout a Lock exception will be bubbled up.