Skip to content

Should we be running object_store tokio tasks on the runtime provided by pyo3-async-runtimes? #577

@kylebarron

Description

@kylebarron

object_store has a SpawnedReqwestConnector, which allows for all requests made by object_store to be done on the provided runtime. Should we be passing that in?

        let connector = SpawnedReqwestConnector::new(get_runtime().handle().clone());
        builder = builder.with_http_connector(connector);

Right now, is there a new tokio runtime created for each client..?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions