Skip to content

Commit 39bcb09

Browse files
use threshold date for job failure timeout
1 parent 58d6da7 commit 39bcb09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/backend/src/repoIndexManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export class RepoIndexManager {
126126
{
127127
AND: [
128128
{ status: RepoIndexingJobStatus.FAILED },
129-
{ completedAt: { gt: timeoutDate } },
129+
{ completedAt: { gt: thresholdDate } },
130130
]
131131
}
132132
]

0 commit comments

Comments
 (0)