You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(webapp): keep a plan-limit failure from taking the Queues page down
The query-period lookup runs before the block that renders the Queues page
without metrics when ClickHouse is unavailable, so a failure reading the limit
would have cost the whole page rather than the time filter. It now falls back to
the retention cap, which is the widest window the data can cover anyway.
0 commit comments