opengb icon indicating copy to clipboard operation
opengb copied to clipboard

Allow creating isolated pool for each request with global runtime in CF Workers

Open NathanFlurry opened this issue 8 months ago • 2 comments

Motivation

CF workers requires an isolated pool for every request. In order to achieve this, we currently create a new runtime for every request. We can speed up requests by creating a new runtime once and reusing it.

NathanFlurry avatar Jun 19 '24 11:06 NathanFlurry