Skip to content
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

Requests to sandbox are not cancelled after the sandbox is killed #424

Open
ValentaTomas opened this issue Aug 13, 2024 · 0 comments
Open
Labels
bug Something isn't working Improvement Improvement for current functionality

Comments

@ValentaTomas
Copy link
Member

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.

@ValentaTomas ValentaTomas added bug Something isn't working Improvement Improvement for current functionality labels Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Improvement Improvement for current functionality
Projects
None yet
Development

No branches or pull requests

1 participant