Add ability to cancel execution or set execution timeout #131
Labels
A-core-runtime
area: core runtime components
A-metering
area: metering
C-feature
category: a new feature request
Depending on the underlying WASM code, it's possible that
Marine::call
will block forever. To counteract such situations, Fluence Node needs a tool to limit execution time.I see two possible approaches to implement such a tool:
call
execution.call
execution.The text was updated successfully, but these errors were encountered: