docs(api): Remove outdated legacy query limits callout#15371
Open
inkeep[bot] wants to merge 1 commit intomasterfrom
Open
docs(api): Remove outdated legacy query limits callout#15371inkeep[bot] wants to merge 1 commit intomasterfrom
inkeep[bot] wants to merge 1 commit intomasterfrom
Conversation
Contributor
Deploy preview
|
Contributor
|
Vale prose linter → found 0 errors, 6 warnings, 0 suggestions in your markdown Full report → Copy the linter results into an LLM to batch-fix issues. Linter being weird? Update the rules!
|
| Line | Severity | Message | Rule |
|---|---|---|---|
| 109:63 | warning | Capitalize 'Data Warehouse' for PostHog's product. Use 'data warehouse' for the general industry concept. | PostHogBase.ProductNames |
| 109:79 | warning | Capitalize 'Session Replay' for PostHog's product. Use 'session replay' for the general industry concept. | PostHogBase.ProductNames |
| 277:90 | warning | Capitalize 'Endpoints' for PostHog's product. Use 'endpoints' for the general industry concept. | PostHogBase.ProductNames |
| 283:64 | warning | 'Recharts' is a possible misspelling. | PostHogBase.Spelling |
| 284:15 | warning | 'Recharts' is a possible misspelling. | PostHogBase.Spelling |
| 285:8 | warning | 'Mintlify' is a possible misspelling. | PostHogBase.Spelling |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Removes the outdated "Legacy query limits" callout from the API queries documentation.
Changes
<CalloutBox>that mentioned "Some customers haven't been migrated to the above limit and are on an old limit of 120 queries/hour"Why
This change follows PR #49342 which removed the legacy per-team query limits system from the ClickHouse client. The
API_QUERIES_PER_TEAMsettings-based custom limits have been completely removed from the codebase.All API-initiated queries now use the standard limit of 3 concurrent queries as documented in the Rate limits section, making the legacy callout no longer accurate.
This PR was created by the Inkeep Content Writer agent, which is maintained by the Docs and Wizard team. Please reach out on Slack for help if needed.