mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 04:15:30 +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: [
|
||||
{ status: RepoIndexingJobStatus.FAILED },
|
||||
{ completedAt: { gt: timeoutDate } },
|
||||
{ completedAt: { gt: thresholdDate } },
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue