Does API function timeout if it’s triggered by multiple cron jobs?
I need to send a newsletter to 20k subscribers. Resend doesn’t yet support bulk email sending, so I want to build my own using Resend, Vercel Cron and Next.js API route.
I am not certain though, will a serverless function timeout if I keep triggering it via cron every second for like half an hour?
I am not certain though, will a serverless function timeout if I keep triggering it via cron every second for like half an hour?

