mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
revert repete cron
This commit is contained in:
@@ -44,10 +44,7 @@ export const dailyResourceCleanUpQueueServiceFactory = ({
|
||||
await queueService.queue(QueueName.DailyResourceCleanUp, QueueJobs.DailyResourceCleanUp, undefined, {
|
||||
delay: 5000,
|
||||
jobId: QueueName.DailyResourceCleanUp,
|
||||
repeat: {
|
||||
every: 10000
|
||||
// limit: 100,
|
||||
}
|
||||
repeat: { pattern: "0 0 * * *", utc: true }
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user