Scheduling Posts Exactly On Time With QStash + Next.js
3d ago · 4 min read · I needed to schedule LinkedIn posts to publish at exact times chosen by users. Vercel cron supports cron expressions, so I figured I would run a job every minute and check if any post should publish in the next minute. That works. It is also wasteful...
Join discussion