PrefectHQ / prefect

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

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

Open jfloodnet opened 5 months ago

jfloodnet commented 5 months 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 4 months ago

Thanks for the proposal @jfloodnet 🙏