use threshold date for job failure timeout

This commit is contained in:
bkellam 2025-10-23 15:49:05 -07:00
parent 58d6da72eb
commit 39bcb09778

View file

@ -126,7 +126,7 @@ export class RepoIndexManager {
{
AND: [
{ status: RepoIndexingJobStatus.FAILED },
{ completedAt: { gt: timeoutDate } },
{ completedAt: { gt: thresholdDate } },
]
}
]