Skip to content

improvement(docs): remove references to concurrency control#4147

Merged
icecrasher321 merged 1 commit intostagingfrom
improvement/docs-conc-control
Apr 14, 2026
Merged

improvement(docs): remove references to concurrency control#4147
icecrasher321 merged 1 commit intostagingfrom
improvement/docs-conc-control

Conversation

@icecrasher321
Copy link
Copy Markdown
Collaborator

Summary

Remove doc references to concurrency control by workspace/

Type of Change

  • Documentation

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 14, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Building Building Preview, Comment Apr 14, 2026 2:16am

Request Review

@cursor
Copy link
Copy Markdown

cursor bot commented Apr 14, 2026

PR Summary

Low Risk
Doc/marketing text-only changes with no runtime behavior impact; main risk is messaging inconsistency if other pages still reference concurrency limits.

Overview
Removes concurrent execution/concurrency limit references from the docs Cost Calculation page by deleting the Concurrent Execution Limits section.

Updates the landing-page Pricing tier feature lists to no longer advertise per-workspace concurrency limits (including removing the enterprise “Custom concurrency limits” bullet).

Reviewed by Cursor Bugbot for commit 17652e8. Configure here.

@icecrasher321 icecrasher321 merged commit a4da8be into staging Apr 14, 2026
9 of 10 checks passed
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Apr 14, 2026

Greptile Summary

This PR removes all user-facing references to concurrent execution limits — the docs section in costs.mdx and the per-tier feature strings in pricing.tsx — across all four pricing tiers (Free, Pro, Max, Enterprise). Both files are updated consistently with no dangling references remaining in the changed set.

Confidence Score: 5/5

Documentation-only change; safe to merge.

Both changed files are content/copy only. The removals are consistent across all pricing tiers and the docs page, with no logic or code correctness concerns.

No files require special attention.

Important Files Changed

Filename Overview
apps/docs/content/docs/en/execution/costs.mdx Removes the "Concurrent Execution Limits" table and description section; change is clean and self-contained.
apps/sim/app/(landing)/components/pricing/pricing.tsx Removes concurrent execution feature strings from all four pricing tiers (Free, Pro, Max, Enterprise); changes are consistent across all tiers.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Pricing Page] --> B[Free Tier]
    A --> C[Pro Tier]
    A --> D[Max Tier]
    A --> E[Enterprise Tier]

    B --> B1["5GB storage · 5 min exec · 7-day logs"]
    C --> C1["50GB storage · 50 min exec · Unlimited logs"]
    D --> D1["500GB storage · 50 min exec · Unlimited logs"]
    E --> E1["Custom storage · Custom exec · SSO & SCIM"]
Loading

Reviews (1): Last reviewed commit: "improvement(docs): remove references to ..." | Re-trigger Greptile

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.

1 participant