fix(FN-4201): add autosize regression coverage and finalize gates
Fusion-Task-Id: FN-4201 Fusion-Task-Lineage: 6bfc2e72-8c11-4e63-b3c7-9245965d2380
This commit is contained in:
@@ -3081,6 +3081,7 @@ export class TaskStore extends EventEmitter<TaskStoreEvents> {
|
||||
const activeTasks = await Promise.all((rows as unknown as TaskRow[]).map(async (row) => {
|
||||
const task = this.rowToTask(row);
|
||||
task.inReviewStall = getInReviewStallReason(task, { now });
|
||||
task.stalledReview = detectStalledReview(task, { now });
|
||||
|
||||
// Slim path: aggregate the timed-execution total server-side, then
|
||||
// strip the heavy log payload from the wire response. Without this
|
||||
|
||||
Reference in New Issue
Block a user