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!
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
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.
Exactly what I was looking for, thanks @Pod !
👍
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View