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

Add ability to cancel wasm execution based on context #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ritesh089
Copy link
Contributor

This change will allow us to use the cancel() and stop the wasm execution if it meets certain conditions.
This is helpful in ensuring that a single function does not consume excessive cpu and impacting other functions.
In other words, this allows us to have a way to prevent a potential noisy neighbor situation CPU wise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant