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
When you kill a sandbox while there is a request (background process, filesystem operation) in progress, the promise/future will not be canceled until the actual timeout of the request.
Ideally, we would cancel all requests with a special message indicating that the reason for cancelation is sandbox kill. We might need to solve this by modifying the infra because just canceling the requests in SDK does not cover all use cases.
The text was updated successfully, but these errors were encountered:
When you kill a sandbox while there is a request (background process, filesystem operation) in progress, the promise/future will not be canceled until the actual timeout of the request.
Ideally, we would cancel all requests with a special message indicating that the reason for cancelation is sandbox kill. We might need to solve this by modifying the infra because just canceling the requests in SDK does not cover all use cases.
The text was updated successfully, but these errors were encountered: