Skip to content

Add fill rate explanation to browser pools example#242

Open
mintlify[bot] wants to merge 1 commit intomainfrom
pools-fill-rate-1772767851
Open

Add fill rate explanation to browser pools example#242
mintlify[bot] wants to merge 1 commit intomainfrom
pools-fill-rate-1772767851

Conversation

@mintlify
Copy link
Contributor

@mintlify mintlify bot commented Mar 6, 2026

Summary

  • Added pool creation example with capacity of 50 and fill rate of 20 browsers/minute
  • Added "Understanding fill rate" section explaining the calculation (50 ÷ 20 = 2.5 minutes to fill)
  • Clarified behavior difference between reuse: false (replenishes at fill rate) and reuse: true (immediately available)

Note

Low Risk
Low risk documentation-only change that adds examples and clarifies pool refill behavior; no runtime code paths are affected.

Overview
Updates the Browser Pools docs to include an explicit pool-creation example using fill_rate_per_minute, then adds an Understanding fill rate section that explains expected time-to-fill and the behavioral difference between releasing with reuse: false (refills at the configured rate) vs reuse: true (immediate reuse).

Written by Cursor Bugbot for commit 0baa70d. This will update automatically on new commits. Configure here.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Risk assessment: Very Low.

Evidence from diff:

  • Only browsers/scaling/pools.mdx changed
  • Change scope is documentation/examples text and code snippets only
  • No production code, infrastructure, auth, permissions, schema, or config changes

Decision:

  • Code review assignment is not required for this risk level
  • Approving this PR

Open in Web View Automation 

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.

0 participants