Hello,
I was testing out the Vercel Blob feature and uploaded two images while running my app locally. Everything worked fine, but I noticed that the Advanced Operations count has continued to increase, even though I haven’t uploaded anything else or run any blob-related code since.
Looking into it, most of the operations appear to be list
calls. I’ve confirmed that my code doesn’t use list()
or interact with the blob after the initial upload. I read in the docs that onUploadCompleted
doesn’t succeed on localhost, could that be causing background retries or unexpected activity?
Right now I’m on the Hobby plan, so there’s no cost involved, but I’d like to understand what’s going on in case I upgrade in the future. I’d hate to wake up one morning to runaway costs from something I didn’t trigger.
Appreciate any insight you can share!