Increase pollingIntervalSeconds of pky sync cleanup

This commit is contained in:
Carlos Monastyrski
2025-09-22 18:31:23 -03:00
parent fb8db77578
commit bea6fa3240

View File

@@ -80,7 +80,7 @@ export const pkiSyncCleanupQueueServiceFactory = ({
{
batchSize: 1,
workerCount: 1,
pollingIntervalSeconds: 1
pollingIntervalSeconds: 120
}
);