Skip to content

Changelog/build timeout 45m#2899

Merged
adityaoberai merged 8 commits intomainfrom
changelog/build-timeout-45m
Apr 24, 2026
Merged

Changelog/build timeout 45m#2899
adityaoberai merged 8 commits intomainfrom
changelog/build-timeout-45m

Conversation

@eldadfux
Copy link
Copy Markdown
Member

What does this PR do?

(Provide a description of what this PR does.)

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)

Related PRs and Issues

(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)

Have you read the Contributing Guidelines on issues?

(Write your answer here.)

Document the increase from 15m to 45m for Sites and Functions builds on
Appwrite Cloud for Pro+ organizations, with Free and Starter remaining
at 15m.

Made-with: Cursor
Add a Compute comparison row (15m Free, 45m Pro+) and surface the same
limits on the Free and Pro pricing cards.

Made-with: Cursor
Add a Build timeouts section to Compute (Free 15m, Pro/Scale 45m,
Enterprise custom) with links to execution vs request timeouts and
self-hosted env vars. Cross-link from Functions, Sites, and deployments.

Made-with: Cursor
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 17, 2026

Greptile Summary

This PR documents the increase in build timeout from 15 minutes to 45 minutes for Pro and Scale plan organizations on Appwrite Cloud. Changes span the changelog, compute docs, functions/sites doc pages, and the pricing page/comparison table — all consistently reflecting the new limits.

Confidence Score: 5/5

Safe to merge — purely documentation and content changes with no logic or runtime impact.

All changed files are documentation and UI copy. Plan-tier values (Free: 15 min, Pro/Scale: 45 min, Enterprise: Custom) are consistent across every file. Cross-links and anchors resolve correctly. No code logic is affected.

No files require special attention.

Important Files Changed

Filename Overview
src/routes/changelog/(entries)/2026-04-25.markdoc New changelog entry announcing 45-minute build timeouts for Pro and above; copy is clear and plan tiers are consistent with the rest of the PR.
src/routes/docs/advanced/platform/compute/+page.markdoc Adds a 'Build timeouts' section with a plan table and self-hosted note; anchors and cross-links are correctly formed.
src/routes/docs/products/functions/deployments/+page.markdoc Adds build-timeout bullet to the Pro benefits info block; content is accurate.
src/routes/docs/products/functions/functions/+page.markdoc Adds a 'Build timeout' subsection linking to compute docs; anchor and content are correct.
src/routes/docs/products/sites/deployments/+page.markdoc Mirrors functions/deployments change; content is accurate.
src/routes/docs/products/sites/develop/+page.markdoc Adds the missing {% #timeouts %} anchor to the existing section (fixing the cross-link from compute docs) and adds a 'Build timeouts' subsection.
src/routes/pricing/+page.svelte Adds build timeout bullets to Free (15 min) and Pro (45 min) plan cards; Scale card inherits via 'Everything in Pro, plus:' so no explicit entry is needed.
src/routes/pricing/compare-plans.svelte Adds a 'Build timeout' row to the plan comparison table; values are consistent with documentation (Free 15 min, Pro/Scale 45 min, Enterprise Custom).

Reviews (4): Last reviewed commit: "Merge branch 'main' into changelog/build..." | Re-trigger Greptile

Comment thread src/routes/changelog/(entries)/2026-04-17.markdoc Outdated
- [Express builds](/changelog/entry/2024-08-10) for quicker deployments, resulting in reduced wait times and smoother workflows
- Longer [build timeouts](/docs/advanced/platform/compute#build-timeouts) (45 minutes vs 15 minutes on Free; Enterprise is custom)
- Customizable [build and runtime specifications](/docs/advanced/platform/compute) for CPU and memory on each function
{% /info %} No newline at end of file
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Missing newline at end of file

The diff shows \ No newline at end of file for this file (and the same applies to src/routes/docs/products/sites/deployments/+page.markdoc). POSIX tools and some linters expect a trailing newline; adding one keeps the files consistent with the rest of the repo.

Suggested change
{% /info %}
- Customizable [build and runtime specifications](/docs/advanced/platform/compute) for CPU and memory on each function
{% /info %}

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Comment thread src/routes/docs/products/sites/develop/+page.markdoc Outdated
@adityaoberai adityaoberai merged commit 66d0961 into main Apr 24, 2026
6 checks passed
@adityaoberai adityaoberai deleted the changelog/build-timeout-45m branch April 24, 2026 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants