···7373}
74747575// Schedule a cron job to run the main function periodically
7676-const scheduleExpression = "0 * * * *"; // Every hour (used as a base for randomization)
7676+const scheduleExpression = "0 * * * *"; // Every hour (used as a base for randomisation)
77777878const job = new CronJob(scheduleExpression, async () => {
7979 // Calculate a random delay before running the main function