
Spending overview for your Sevalla services on your Sevalla Dashboard.
- Bandwidth (egress only)
- Build time
- Application hosting pod usage
Bandwidth
If your application has a web process that allows users to access the application via the internet, the traffic flowing out of the application to the user (egress) is the bandwidth we charge for. We do not charge for traffic coming into your application (ingress). This bandwidth is calculated and billed on a per-byte basis at a price of 0.1 per GB). This means no rounding or charges based on every “started” Gigabyte. You will only be charged for actual usage. You can see your usage on the Bandwidth chart in Analytics.Build time
Applications or sites need to be built in secure, isolated environments and require resources such as RAM, CPU, and disk to be available. The build time is charged at 0.02 / minute. You can see how long each build has taken on the Build time chart in Analytics. If you change your application during the build process and need to build it again, you can cancel the build within Deployments to save any unnecessary build costs.Application Hosting pods
An application can have multiple processes. Each process has its own dedicated resources, and you can select a pod for each individually. You will be billed for each pod according to its size and how long it is used (in seconds). You can see the Runtime for each application process in Analytics. As an example, you could have the following application setup:- A web process for an online store that requires a lot of power, using a C3 Pod (4 CPU / 4 GB RAM) for $135 per month.
- A background process that creates statistics based on orders and needs a lot of power, using an M3 Pod (2 CPU / 8 GB RAM) for $135 per month.
- Another background process runs once a day and requires very little processing power, using an S2 Pod Type (1 CPU / 2 GB RAM) for $40 per month.
- 2,678,400 seconds of usage for the web process
- 55,800 seconds of usage for the first background process
- 55,800 seconds of usage for the other background process
- 2,678,400 * 137.59
- 55,800 * 2.87
- 55,800 * 0.85