Skip to content

Study: The mechanism for workers to obtain task information in the workforce module and the impact of the task channel mechanism on concurrency #2927

@WilliamRocketRen

Description

@WilliamRocketRen

Required prerequisites

Motivation

  1. I have observed that in the current CAMEL implementation, the pending_task is only sent to the coordinator during task assignment and not to the worker that will execute the task. The worker, instead, receives information about all completed tasks. Would it affect performance if the worker only received information from the pending_task?

  2. Currently, each workforce uses a unified bus for communication. When connecting three or even four layers of workforces, will this approach affect operational efficiency? Additionally, when a workforce is large and contains many workers, will using a shared bus impact the concurrency efficiency of tasks?

Solution

No response

Alternatives

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    Status

    No status

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions