We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
e.g. to defend against flag.waitUntil(new Promise()) a Worker stuck in an infinite loop, etc.
flag.waitUntil(new Promise())
One option would be to allow an opt-in timeout on holding locks, as an option when requesting the lock.
The text was updated successfully, but these errors were encountered:
Raised this again in #10
Sorry, something went wrong.
Closing this in favor of tracking in #10
No branches or pull requests
e.g. to defend against
flag.waitUntil(new Promise())
a Worker stuck in an infinite loop, etc.One option would be to allow an opt-in timeout on holding locks, as an option when requesting the lock.
The text was updated successfully, but these errors were encountered: