Skip to content

Commit

Permalink
run it pls
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Oct 17, 2023
1 parent 31215bb commit 54b7616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/server/cron/userDataDownloads.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const userDataDownloadsCron = (): void => {
return;
}

await cronJobs.add(name, '* * * * *' || `*/${processingFrequency} * * * *`, async () => dataExport.processDataDownloads());
await cronJobs.add(name, '*/5 * * * *' || `*/${processingFrequency} * * * *`, async () => dataExport.processDataDownloads());

return async () => {
await cronJobs.remove(jobName);
Expand Down

0 comments on commit 54b7616

Please sign in to comment.