Fix pki sync alert queue schedule used for testing

This commit is contained in:
Carlos Monastyrski
2025-11-06 03:29:12 -03:00
parent 208ba59e65
commit bb6b1940d1

View File

@@ -211,7 +211,7 @@ export const pkiAlertV2QueueServiceFactory = ({
}
);
await queueService.schedulePg(QueueJobs.DailyPkiAlertV2Processing, "* * * * *", undefined, { tz: "UTC" });
await queueService.schedulePg(QueueJobs.DailyPkiAlertV2Processing, "0 0 * * *", undefined, { tz: "UTC" });
};
return {