-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Prevent the process from hanging indefinitely on acquiring the lock.
Maybe not too crucial but can be limit retries here instead of trying indefinitely?
Maybe not too crucial but can be limit retries here instead of trying indefinitely?
I think if the condition that causes the ObjectBusy
exception persists indefinitely it could lead to a hung process that never completes.
self, name: str, cookie: str, *, delay: int = 1, max_retries: int = 10
Originally posted by @avanthakkar in #123 (comment)
Metadata
Metadata
Assignees
Labels
No labels