Skip to content

Consider migrating the worker backend to concurrent.futures #112

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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