Hey, I accidentally deployed a job with a cron schedule * * * * * (every minute). The job takes longer than a minute to complete, so multiple overlapping executions built up over time. I have since updated the schedule to 0 4 * * *, but I still see the job executing repeatedly as if it's still catching up or stuck in a loop. Is there some queue backlog or pending jobs that PgBoss / Wasp keeps trying to process even after changing the schedule? How can I fully reset or clear these queued jobs so only the new schedule applies?
Recent Announcements
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
W
Wasp
Rails-like framework for React, Node.js and Prisma. Build your app in a day and deploy it with a single CLI command.