Convex deployment triggers backfill that lasts for 10 minutes

🪲Bug ReportAdvice
Hey team, I don't know what changed but over the weekend I started noticing that Convex deployments started triggering backfills that last for 5 to 10 minutes each time even though there was no noticeable schema change

One thing that I started doing differently was deploying the backend whenever my frontend deploys in Vercel. I did notice that my preview deployments didn't have a preview deploy key attached to them but I don't think that should be related to this issue .

Here's a command that I'm using to deploy from Vercel

curl -fsSL https://bun.sh/install | bash -s 'bun-v1.2.23' & bun install
CleanShot_2026-03-02_at_17.26.532x.png
Was this page helpful?