-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
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
Rotate PHP runtime on crash so it can continue to satisfy subsequent requests #1453
Labels
Comments
brandonpayton
added
[Type] Enhancement
New feature or request
[Feature] PHP.wasm
[Package][@php-wasm] Universal
labels
May 22, 2024
I'm assigning this issue to myself, but feel free to grab it if I haven't started on it yet. |
@brandonpayton would something like this work?
|
This one seems stale so I'll clear the assignee |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
We would like Playground to be more resilient in the face of crashes. We've encountered a variety of memory-related crashes, but this issue was inspired most recently by #1332.
We need to update the rotatePHPRuntime() function to rotate when it detects a crash.
The text was updated successfully, but these errors were encountered: