obsidian-digital-garden
obsidian-digital-garden copied to clipboard
Excessive number of deployments exceeds the resources limit of the free plan
Last couple of days I've been setting up my digital garden and publishing multiple updates (around 15/20 per day max) but after that vercel stops accepting any new update because it says that I have exceeded the free plan limit with this error message (on the vercel website):
Resource is limited - try again in 13 hours (more than 100, code: "api-deployments-free-per-day").
Checking the logs I can see a very big number of deployments. (The image below doesn't show the full number of lines)
I'm not sure whether this is a bug or not but I don't see why this should be wanted.
As I side note the obsidian plugin doesn't give any feedback about the vercel error, thus making debugging more difficult
it seems like #320 has already given a solution to the problem you're having. Have you tried that?
@aniketnegi hi, I'm sorry I didn't see it before posting, I'll try that but I think it should work. It would be nice to have that done automatically by the plugin if possible though
The suggested solution is quite complicated - is there a way to avoid the digital garden to create a commit per file, and rather chunk it?