Hello,
I am developing an app using Forge, and there are some items in the Usage and Charges section that I don’t fully understand and couldn’t find clear information about during my research.
Could you please explain what “Functions – compute” means under the Charges section?
Thank you in advance for your help.
Hello,
I’ve reviewed this page, but I still don’t fully understand what Forge functions mean in this context. How are they calculated, and based on which criteria? The details I’m looking for don’t seem to be explained clearly in the link you shared.
I’d like to understand this better so I can optimize and structure my apps accordingly.
Thank you for your support.
Forge Functions: Duration measures the compute your Forge functions consume. It’s expressed in GB‑seconds, which combines how long your functions run with how much memory size they use. This is a counter‑type metric : every function invocation contributes to the total, and those values accumulate over the course of the month to give you your overall Forge Functions: Duration usage.
While billing is calculated on the total per app, we also break this usage down so you can understand where it comes from. In the developer console, you’ll be able to see your Forge Functions: Duration usage sliced by:
- Site / installation – which customer site is driving the usage
- Environment – dev, staging, production
If you have any specific questions or scenarios you’d like to discuss, please reply here.