-
Notifications
You must be signed in to change notification settings - Fork 286
Pricing update sites #2507
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
base: main
Are you sure you want to change the base?
Pricing update sites #2507
Changes from all commits
6598686
8620012
73e8ed6
357e621
7dd401b
cb24f2b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -4,11 +4,7 @@ title: Compute | |||||
| description: Learn about Appwrite Functions compute add-ons and the different CPU and memory options for function runtimes. | ||||||
| --- | ||||||
|
|
||||||
| {% info title="Note" %} | ||||||
| Pricing changes will take effect on March 1st, 2025. Learn more on our [blog announcement](https://appwrite.io/blog/post/introducing-new-compute-capabilities-appwrite-functions) for more information. | ||||||
| {% /info %} | ||||||
|
|
||||||
| Appwrite's paid plans give you the ability to change your function's allocated CPU Cores and Memory, enabling functions and builds to perform more computionally demanding actions quicker. | ||||||
| Appwrite's paid plans allow you to change your function's allocated CPU Cores and Memory, enabling functions and builds to perform more computionally demanding actions quicker. | ||||||
|
|
||||||
| These options enable greater performance and flexibility, allowing developers to optimize their functions based on specific requirements. For instance, resource-intensive tasks such as real-time data processing or complex computational operations can now be executed more efficiently. Additionally, enhanced memory configurations support larger datasets and more demanding applications, broadening the scope of what can be achieved with Appwrite Functions. | ||||||
|
|
||||||
|
|
@@ -26,7 +22,7 @@ Appwrite Cloud has the following specifications available: | |||||
| | 4GB | 4 | 16 | | ||||||
|
|
||||||
| {% info title="Note" %} | ||||||
| Only customers on either Pro or Scale are able to change their specification from the default 512MB & 0.5 CPU option. For custom compute options please contact our [sales team](https://appwrite.io/contact-us/enterprise). | ||||||
| Only customers on either Pro can change their specification from the default 512MB & 0.5 CPU option. For custom compute options please contact our [sales team](https://appwrite.io/contact-us/enterprise). | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix grammar error: "customers on either Pro" is incomplete. The phrase "customers on either Pro" is grammatically incorrect. The word "either" requires an "or" alternative (e.g., "either X or Y"). Apply this diff to fix the grammar: -Only customers on either Pro can change their specification from the default 512MB & 0.5 CPU option. For custom compute options please contact our [sales team](https://appwrite.io/contact-us/enterprise).
+Only customers on Pro can change their specification from the default 512MB & 0.5 CPU option. For custom compute options please contact our [sales team](https://appwrite.io/contact-us/enterprise).📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| {% /info %} | ||||||
|
|
||||||
| # GB-Hours {% #gb-hours %} | ||||||
|
|
@@ -50,6 +46,6 @@ This means the function has consumed 8 GB-hours of compute resources. | |||||
|
|
||||||
| - Free plan includes up to 100 GB-hours of execution and build time per month. | ||||||
|
|
||||||
| - Pro and Scale plans include up to 1,000GB of execution and build time per month. Additional usage is available at a rate of $0.09 per GB-hour. | ||||||
| - Pro plan includes up to 1,000GB of execution and build time per month. Additional usage is available at a rate of $0.09 per GB-hour. | ||||||
|
|
||||||
| Once the monthly GB-hours limit is reached, additional usage will automatically apply add-ons to your Pro or Scale account. It is recommended to set budget alerts and a budget cap to prevent unexpected payments. | ||||||
| Once the monthly GB-hours limit is reached, additional usage will automatically apply add-ons to your Pro account. It is recommended to set budget alerts and a budget cap to prevent unexpected payments. | ||||||
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,14 +38,14 @@ | |
| title: 'Resources', | ||
| rows: [ | ||
| { | ||
| title: 'API bandwidth', | ||
| title: 'Bandwidth', | ||
| free: '5GB / month', | ||
| pro: '2TB / month', | ||
| scale: '2TB / month', | ||
| enterprise: 'Custom' | ||
| }, | ||
| { | ||
| title: 'Additional API bandwidth', | ||
| title: 'Additional bandwidth', | ||
| free: '-', | ||
| pro: '$15 per 100GB / month', | ||
| scale: '$15 per 100GB / month', | ||
|
|
@@ -324,7 +324,7 @@ | |
| }, | ||
| { | ||
| title: 'Sites', | ||
| free: '1 per project', | ||
| free: 'Unlimited', | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We need to check in with the Engineering team on this first, since we get errors on creating more than 1 site in the console at the moment |
||
| pro: 'Unlimited', | ||
| scale: 'Unlimited', | ||
| enterprise: 'Unlimited' | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix spelling error.
There's a typo: "orgnization" should be "organization".
Apply this diff:
📝 Committable suggestion
🧰 Tools
🪛 LanguageTool
[grammar] ~50-~50: Ensure spelling is correct
Context: ...an-reaching-resource-limits %} When an orgnization switches from a paid plan to the Free p...
(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)
🤖 Prompt for AI Agents