Skip to content

Asynchronously request for workers for WorkerBackend #296

@ph-kev

Description

@ph-kev

Currently, the WorkerBackend request for all the workers at once and wait for all of them to be ready. An alternative to this is to start a Task and request individual workers instead of waiting for all of them. This allows work to get started immediately when the workers are available but introduces additional complexity. For example, you can't use @everywhere because not all the workers are available.

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