Next.js Discord

Discord Forum

Cron Jobs (NOT VERCEL)

Answered
Arinji posted this in #help-forum
Open in Discord
https://www.npmjs.com/package/cron

Can i use this on a next route handler or server action not hosted on vercel but a nodejs server
Answered by Ray
yes if you are self hosting a long running server
View full answer

10 Replies

bump :D
Answer
@Ray yes if you are self hosting a long running server
yea we hosting it on a normal nodejs server
so uh just use it as normal in an api route
@Arinji so uh just use it as normal in an api route
oh in an api route? I think the job will die when the api route finished
@Ray oh in an api route? I think the job will die when the api route finished
hmm, well where shld i use it then?
can i use them in pages?
@Ray in the custom server
oh shit wtf