How can I scheduled a cron job using cron together with Next.js 14 application? For example, I want to run a job every specific interval to update the database tables and etc.
It looks like many developers are configuring the cron jobs in vercel.json
and run them in Vercel. Can we do the similar thing if not deploying our Next.js in Vercel like running in AWS EC2 or other server?