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
Copy file name to clipboardExpand all lines: apps/webapp/app/routes/resources.orgs.$organizationSlug.projects.$projectParam.env.$envParam.runs.$runParam.spans.$spanParam/route.tsx
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1307,7 +1307,11 @@ function WaitingInQueueBlock({
1307
1307
}){
1308
1308
// Latest gauges from ClickHouse (as on the queue page), polled so the blocks keep ticking. Trust
1309
1309
// the newest bucket only while fresh; otherwise fall back to the loader's live values.
`SELECT timeBucket() AS t, max(max_running) AS running, max(max_queued) AS queued, max(max_limit) AS q_limit\nFROM queue_metrics\nGROUP BY t\nORDER BY t`,
1312
1316
{
1313
1317
ids: waiting.ids,
@@ -1319,7 +1323,7 @@ function WaitingInQueueBlock({
0 commit comments