PrefectHQ / prefect

Prefect is a workflow orchestration framework for building resilient data pipelines in Python.
https://prefect.io
Apache License 2.0
15.33k stars 1.5k forks source link

Add UI to make it easy to see what flows/tasks are currently running on a worker. #14255

Open jfloodnet opened 1 week ago

jfloodnet commented 1 week ago

First check

Prefect Version

2.x

Describe the current behavior

It is not possible to discover what flows are running on a worker, or how many a worker is running.

Describe the proposed behavior

  1. Add clear indication on a flow in the UI which worker is running it.
  2. Add a filter to filter flows by worker
  3. Add nice charts to show statistics about flows per worker.

Example Use

No response

Additional context

No response

zhen0 commented 1 week ago

Thanks for the proposal @jfloodnet 🙏