Thank you so much for bringing back the “red green...
# ask-community
y
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!
d
Can you please post a snapshot on what the new red green bars look like? 😄 I dont see it mentioned in the 2.10.12 change logs.
y
@Deceivious Sure (-:
The return of the Deployments page means also the return of the Flows page. The return of the Flows page means the return of the red green bars:
d
Oh yes I see now
Amazing
Have you used prefect 1 ?
y
No, we used Prefect 2 from day one
d
Look at how cool the UI for flow run page was in V1. 😄
VS now 😕
y
Yes. I think there is still a not of work needed to be made 👍