We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5200e1 commit a90fda4Copy full SHA for a90fda4
src/hooks/calendar.ts
@@ -442,7 +442,7 @@ export async function execute(client: Client) {
442
443
try {
444
// Check events on a schedule
445
- cron.schedule("*/5 * * * *", async () => hookLogic(client, preWebhook));
+ cron.schedule("0 8 * * *", async () => hookLogic(client, preWebhook));
446
cron.schedule("0 12 * * *", async () => hookLogic(client, webhook));
447
// Catch any errors
448
} catch (err: unknown) {
0 commit comments