Thank you so much for bringing back the “red green” bars in the latest release.
https://github.com/PrefectHQ/prefect/issues/9485
But as the issue is getting more attention, I think there is another fine tune to make for the final form of the “red green” bars.
Currently the “red green” bars are shown per FLOW.
But this is problematic since I might have several DEPLOYMENTS per single flow, and the “red green” bars fails to reflects this,
For example, let’s say I have a FLOW called send_push_notification, which accepts a parameter notification_type.
This FLOW has multiple deployments, each has a different CRON setting and different notification_type.
So you would have:
DEPLOYMENT called send_push_notification_daily_water_remind to run twice a day at 10:00 and 16:00.
DEPLOYMENT called send_push_notification_daily_sleep_remind to run each day at 20:00.
So I want to be able to look at the “red green” bars for each of those deployments to know if they are running as intended.
Currently the “red green” bars are shown for the entire FLOW, and you couldn’t really know how each DEPLOYMENT is doing.
I think it’s really small change:
Just to move the “red green” bars to the deployments page, and show them per deployment.
Please contact me to provide more help and context.
Also, please correct me if I am missing something here in my analysis.
Thank you!