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 f390b54 commit d5200e1Copy full SHA for d5200e1
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("15 10 * * *", async () => hookLogic(client, preWebhook));
+ cron.schedule("*/5 * * * *", async () => hookLogic(client, preWebhook));
446
cron.schedule("0 12 * * *", async () => hookLogic(client, webhook));
447
// Catch any errors
448
} catch (err: unknown) {
0 commit comments