refactor: repo healthcheck once per day
This commit is contained in:
parent
1d4e7100ab
commit
58708cf35d
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ export const startup = async () => {
|
|||
|
||||
Scheduler.build(CleanupDanglingMountsJob).schedule("0 * * * *");
|
||||
Scheduler.build(VolumeHealthCheckJob).schedule("*/30 * * * *");
|
||||
Scheduler.build(RepositoryHealthCheckJob).schedule("0 * * * *");
|
||||
Scheduler.build(RepositoryHealthCheckJob).schedule("0 12 * * *");
|
||||
Scheduler.build(BackupExecutionJob).schedule("* * * * *");
|
||||
Scheduler.build(CleanupSessionsJob).schedule("0 0 * * *");
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue