Skip to content

Don't spawn tasks unbounded without backpressure #559

Description

@dazthecorgi

In various places in the Rust node (e.g. message loop or grpc handlers) we're listening to messages and we're processing them asynchronously via tokio::spawn. There should some backpressure mechanism to prevent growing the task queue without limit.

Search for the issue to find the relevant code locs.

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

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions