CRON jobs in the T3 stack

Hey everyone, I’ve got a project at work that is going to require the use of some CRON jobs. My background is primarily in Node, so I’m still learning the quirks of NextJS.
How would you go about implementing CRON jobs in NextJS? Is that even possible?
That combined with some other possible requirements (event queues, websockets, etc.) is making me lean towards migrating this project from the current NextJS backend over to Node using Fastify. Just curious where the community stands on this. Thanks in advance, you all rock!
5 Replies
Pod
Pod16mo ago
I think upstash has some sort of cron service, not entirely sure about that though. Otherwise you'd have to use a "static" server like fastify.
Pod
Pod16mo ago
Vercel Documentation
How to Setup Cron Jobs on Vercel
Learn how to setup and use cron jobs on Vercel
Endgame1013
Endgame101316mo ago
Exactly what I was looking for, thanks @Pod !
Pod
Pod16mo ago
👍
Unknown User
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View