Commit 9ff242d
docs: clarify reused pool browsers keep stale config until flushed (#431)
* docs: clarify reused pool browsers keep stale config until flushed
Reused browsers (release with reuse: true) re-enter the pool carrying
the configuration they were created with. A pool update only rebuilds
browsers that are idle at update time, so a browser acquired during an
update keeps its old config and, once reused, is handed out that way
until it's flushed. Document this in the pools overview and FAQ.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
* docs: add reuse:false and timeout paths for avoiding stale pool config
Give readers both the prevent-it-upfront paths (release with reuse:
false, or let the acquired browser hit timeout_seconds) alongside the
after-the-fact flush.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>1 parent 8545a9e commit 9ff242d
2 files changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
27 | 33 | | |
28 | 34 | | |
29 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
239 | 249 | | |
240 | 250 | | |
241 | 251 | | |
| |||
0 commit comments