Skip to content

Add ability to cancel wasm execution based on context#57

Open
ritesh089 wants to merge 1 commit into
wapc:masterfrom
ritesh089:feature/runtimeconfig
Open

Add ability to cancel wasm execution based on context#57
ritesh089 wants to merge 1 commit into
wapc:masterfrom
ritesh089:feature/runtimeconfig

Conversation

@ritesh089

Copy link
Copy Markdown
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.

@ritesh089
ritesh089 force-pushed the feature/runtimeconfig branch from 61f6e99 to 01336d9 Compare December 7, 2023 15:29
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