Skip to content

Provide API for listing which nodes in a workflow are active and how many requests they are handling #206

Description

@mxgrey

The current event tracing mechanism does nothing to report the current state of which nodes / requests are active. That information currently needs to be inferred by counting the message sent events. While that's technically viable, it may prove unreliable (sticky) if any events get lost or there's a late-joining situation.

We should provide a core crossflow API for querying which nodes are currently active and what requests they're currently processing.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions