Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove old pricing info #41

Merged
merged 1 commit into from
Sep 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 3 additions & 33 deletions deploy/manual/pricing-and-limits.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,15 @@
# Pricing and limitations

See [the pricing page](https://www.deno.com/deploy/pricing) for the overview of
the available features in Free and Pro plans.
Please see [our pricing page](https://www.deno.com/deploy/pricing) for the
overview of the available features in all plans. If you have a use case that
exceeds any of these limits, [please reach out](mailto:[email protected]).

No uptime guarantees are provided during the initial public beta for Deno
Deploy. Access to the service will be controlled by
[our fair use policy](https://www.deno.com/deploy/fair-use-policy). Any user we
deem to be in violation of this policy, runs the risk of having their account
terminated.

During the initial public beta, the following hard limits apply. If any runtime
limits are exceeded, all related requests will be immediately terminated, and a
warning will be logged to the deployment's logs.

| Feature | Free | Pro |
| ------------------------- | ------------------------------------------------------- | ---------------------------------------------------------------------------- |
| Request count | Up to 1M req/month | Includes 5M requests, then $2 / M requests |
| Data transfer | Up to 100 GiB outbound data per month (inbound is free) | Includes 1 TiB of outbound data transfer, then $0.50 / GiB (inbound is free) |
| Memory | 512 MB | 512 MB |
| CPU Time per request | 10 ms | 50 ms |
| Environment variable size | 8 KB | 8 KB |
| ES modules per deployment | 1000 | 1000 |
| Deployment script size | 20 MB | 20 MB |
| Deployments per hour | 30 | 30 |
| Custom domains | 50 | 50 |
| BroadcastChannel | 64KB/sec send rate per isolate, no limit on receive | The same as Free |

> Isolate: an instance of your deployment running in any one of the
> [available regions](regions). Isolates are created and destroyed on
> demand based on traffic to your deployment.

If you have a use case that exceeds any of these limits,
[please reach out](mailto:[email protected]).

## Deno KV

While in closed beta, Deno KV will not charge for storage and includes up to 1GB
of storage per user. In the future, you can expect pricing to reflect similar
storage products where you will only be charged for the amount of storage used
above a free base tier.

## TLS proxying

On the Free plan, TLS termination is required for outgoing connections to port
Expand Down