Skip to content

Consider migrating the worker backend to concurrent.futures #112

@phargogh

Description

@phargogh

Taskgraph currently relies on a system of multiprocessing.Event objects and a multiprocessing.Pool to manage processes. Since taskgraph was released, concurrent.futures has emerged as a way to solve most of the same kinds of problems that Task objects were intended to solve. It would be worth taking a closer look at concurrent.futures and seeing what would make sense as a worker backend going forward.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions