Actually if I can add a scheduled

Actually if I can add a scheduled handler to my worker, I could just re-implement the vercel.json cron with a switch case
1 Reply
wesbos
wesbosOP13mo ago
Found the answer on github - cron triggers are not part of pages, only workers. so its not possible. Ill see if I can use something else

Did you find this page helpful?