fix(backup): resetting failureRetryCount if backup is not retried
This commit is contained in:
parent
61396625f1
commit
5d8c2925d8
1 changed files with 4 additions and 0 deletions
|
|
@ -267,6 +267,10 @@ export async function handleBackupFailure(
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
await scheduleQueries.updateStatus(scheduleId, organizationId, {
|
||||||
|
failureRetryCount: 0,
|
||||||
|
});
|
||||||
|
|
||||||
const { volume, repository } = partialContext;
|
const { volume, repository } = partialContext;
|
||||||
|
|
||||||
logger.error(
|
logger.error(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue