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

Workerd side of python isolate pool #2936

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

Commits on Nov 7, 2024

  1. Instantiate Emscripten Runtime for python workers earlier.

    Move ownership of metrics and limitEnforcer to the api type.
    
    Currently ownership is shared even though the Isolate class encapsulates
    the api class.
    Moving complete ownership to the underlying api class allows the isolate
    class to be constructed in a different scope to the api class.
    This is useful for preinitialization of the api class before a request
    has come in.
    
    Add updateConfiguration function to jsg Isolates
    
    This can be used to update the given configuration at runtime. Note that
    while some jsg structs are lazily using the configuration, others can
    use it at construction and will have the original configuration value.
    danlapid committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    712733a View commit details
    Browse the repository at this point in the history