Skip to content

Default timeout and retry settings for locking mechanisms

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.

Clone this wiki locally