Skip to content

SelectorEventLoop on Windows does not support subprocesses #7434

Description

@hendrikmakait

Due to an old issue with tornado<6.1, we are currently using the SelectorEventLoop on Windows. However, that event loop does not support subprocesses. This causes the SubprocessCluster in #7431 to not support Windows.

Upgrading to tornado>=6.1 should allow us to use the default ProActorEventLoop (see #5833 for a dormant PR on this).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions