I noticed that the deployments of my functions went from ~12K (v1.3.x) to ~600K on v1.4.x. What is the reason for that increase in size?
What language the function is written with?
Mine went from 200k to 2.7MB, even tho it's still has the same code.
What language?
Dart 2.17
@Meldiron do you know why this is happening? I've also noticed this:
JS for Node v18
sooo i think the size before 1.4 was the size of the source code, but now it's the size of the build (which contains all the dependencies)
Hmm, so those dependencies were handled differently before 1.4?
no they weren't. it's just the size wasn't updated with the value after pulling the dependencies and building the function
Recommended threads
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...
- Synchronous function execution timeout w...
I am calling server functions with xasync = true and I still get this error message. Synchronous function execution timed out. Use asynchronous execution inste...
- Function running for more than 2 hours i...
This is my projectID: 669fe01b003800dd0503 Cloud functionID is 696ea05400147eb8eb3b I hope this doesn't count against my GB-hours?