mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
use threshold date for job failure timeout
This commit is contained in:
parent
58d6da72eb
commit
39bcb09778
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ export class RepoIndexManager {
|
||||||
{
|
{
|
||||||
AND: [
|
AND: [
|
||||||
{ status: RepoIndexingJobStatus.FAILED },
|
{ status: RepoIndexingJobStatus.FAILED },
|
||||||
{ completedAt: { gt: timeoutDate } },
|
{ completedAt: { gt: thresholdDate } },
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue