Skip to content

Commit c58aa5b

Browse files
author
Miriad
committed
fix: change check-renders cron to daily (Hobby plan limit)
Hobby plan only supports daily cron jobs. Changed from hourly (0 * * * *) to daily at 7am UTC (0 7 * * *). Use manual curl for on-demand checks.
1 parent 51a3abb commit c58aa5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
{
1717
"path": "/api/cron/check-renders",
18-
"schedule": "0 * * * *"
18+
"schedule": "0 7 * * *"
1919
}
2020
]
2121
}

0 commit comments

Comments
 (0)