Skip to content

Conversation

@ceelsoin
Copy link
Member

@ceelsoin ceelsoin commented Apr 14, 2023

When the already implemented sandbox execution mode reach execution time all async/promise codes (that include timeouts and intervals) continue executing on event loop (in background). Recursive asynchronous code may scale memory and cpu infinitively.

This change solve the problem implementing new contract that isolate execution sandbox context in separated child_process that die in the end of process.

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