It looks like the "Success Rate" graph in a deploy...
# prefect-cloud
m
It looks like the "Success Rate" graph in a deployment is incorrect on my end. Screenshots show runs on 2-9 and 2-12, none in between. 1. It is computing the success rate of 0% and factoring that into the %success when a flow doesn't run on a day 2. the days that it is showing are off by one day. My deployment ran on Friday (says it didn't), didn't run Sat Sun (says it ran Sunday)
đź‘€ 1
a
Hey @Mitch! 1. Looks like we can be handling nulls more gracefully and differentiate more clearly when a day didn’t have runs vs I had runs and it failed. The tooltip isn’t doing any favors here and seeing it through your eyes can see why its confusing. 2. I suspect there’s a TZ issue where metrics are bucketed to UTC-days and not “days in your TZ”, so the “Sunday bucket” is really “Sunday UTC”. Let me dig in more and see if that’s what’s happening. Want to DM me so I can poke around a little better?
m
Sure! Jobs run at 645 am CT, so it shouldn't affect the UTC time since it would be 1245pm UTC to the best of my knowledge
a
Well that’s more interesting! Okay excited to dig in with you and super grateful to you for taking the time to share it here.