Skip to content

Batch transition messages to workers/clients #4454

@mrocklin

Description

@mrocklin

Currently every call to Scheduler.transition potentially initiates a send of a message to workers and clients. This can be somewhat costly, even given the BatchedSend logic. There are a few ways that we could address this:

  1. We could reduce the overhead of BatchedSend
  2. We could batch things ourself in transitions

cc @jakirkham

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