mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Fix pki sync alert queue schedule used for testing
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user