docs: document 10-minute setupTimeout hard limit for Grafana Cloud k6#2201
Open
bonnywelsford-source wants to merge 5 commits intomainfrom
Open
docs: document 10-minute setupTimeout hard limit for Grafana Cloud k6#2201bonnywelsford-source wants to merge 5 commits intomainfrom
bonnywelsford-source wants to merge 5 commits intomainfrom
Conversation
Add explicit documentation that setupTimeout has a platform-enforced maximum of 10 minutes in Grafana Cloud k6. This addresses customer confusion about whether the limit can be configured or extended. Updated: - Setup timeout option reference: added admonition with hard limit - Test lifecycle page: added timeout context in setup section Made-with: Cursor
Port the setupTimeout 10-minute limit documentation from next/ to v1.6.x via apply-patch. Made-with: Cursor
Condense multi-line paragraphs and simplify phrasing in both next/ and v1.6.x. Made-with: Cursor
Contributor
|
💻 Deploy preview available (docs: document 10-minute setupTimeout hard limit for Grafana Cloud k6): |
Collaborator
heitortsergent
left a comment
There was a problem hiding this comment.
Left a nit comment related to our style guide for emphasis, but other than that it looks great! 🙇
Co-authored-by: Heitor Tashiro Sergent <heitortsergent@gmail.com>
Co-authored-by: Heitor Tashiro Sergent <heitortsergent@gmail.com>
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
setupTimeouthas a platform-enforced maximum of 10 minutes in Grafana Cloud k6.next/andv1.6.x) with an admonition note stating the hard limit.next/andv1.6.x) with timeout context in the setup and teardown section.This addresses customer confusion about whether the 10-minute limit can be configured, extended, or changed per subscription/organization.
Addresses https://github.com/grafana/support-escalations/issues/20212
Cloud docs (separate repo) - https://github.com/grafana/website/pull/29392
The Grafana Cloud k6 limits page and troubleshooting page live in a different repository and will be updated in a follow-up PR:
setup()execution time (10 minutes)Test plan
next/andv1.6.xare in syncnpm startand review at http://localhost:3002/docs/k6/Made with Cursor