I'm trialling a small projects with a few functions, but most of the storage space seems to be taken up by by builds, see screenshot. Before I read that each deployment of a function takes up build space and I want to free them up I need to delete the deployments, either manually or using a "janitor" function. I put together a "janitor" function to clean-up old, unused deployments, but the space wasn't reclaimed. Is it just a reporting glitch or are these build files still lingering somewhere I can't see? How can I free the space up?
I would check in over an hour again if the issue still persist. Maybe the worker has not picked it up yet
Thanks for the quick response! My bad, I forgot to mention I waited 24h before asking here just to make sure that the delay in processing the deletions or gathering the metrics isn't a likely issue ๐
I think they just started counting build storage recently so they might not work as intended. A core member has to take a closer look at this
Thanks! If they need a project id to debug here it is: 66d069750037ac6042bb ๐๐พ
Recommended threads
- Worker functions stuck on "Fetched 0 fun...
Appwrite Version: 1.9.0 Bug Description: The appwrite-worker-functions container gets stuck in an infinite loop logging "Fetched 0 functions..." while scheduled...
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...