This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

grammar

+1 -1
+1 -1
src/index.ts
··· 73 73 } 74 74 75 75 // Schedule a cron job to run the main function periodically 76 - const scheduleExpression = "0 * * * *"; // Every hour (used as a base for randomization) 76 + const scheduleExpression = "0 * * * *"; // Every hour (used as a base for randomisation) 77 77 78 78 const job = new CronJob(scheduleExpression, async () => { 79 79 // Calculate a random delay before running the main function