Skip to content

Replace 100ms worker polling with long polling to avoid "polling storms" [gcp de feedback] #50

@jamescmartinez

Description

@jamescmartinez

Workers poll the backend every 100ms. At scale, this creates a self-induced DDoS (e.g., 10k workers generate 100k reads per second even when idle).

Most small/medium deployments will have a single- or double-digit number of workers, so this only affects larger scale deployments.

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