refactor(engine): add fingerprinted browser leases#2159
Open
jrusso1020 wants to merge 1 commit into
Open
Conversation
This was referenced Jul 10, 2026
Collaborator
Author
This was referenced Jul 10, 2026
ffd0d53 to
f144ac5
Compare
b108d4f to
96c989c
Compare
f144ac5 to
9b98f59
Compare
96c989c to
99bec1e
Compare
3b41c64 to
94127a5
Compare
1878b29 to
efd1c86
Compare
94127a5 to
dfa70a0
Compare
efd1c86 to
b75de2d
Compare
dfa70a0 to
51b07de
Compare
b75de2d to
98358c3
Compare
51b07de to
46deb84
Compare
98358c3 to
cf33ce4
Compare
46deb84 to
4906846
Compare
cf33ce4 to
5686104
Compare
5c2c5da to
13a4f11
Compare
04cdfef to
e2b7c9d
Compare
13a4f11 to
bad4059
Compare
e2b7c9d to
8c537d2
Compare
40abcdc to
d93f968
Compare
77f7246 to
c65c003
Compare
d93f968 to
d069da3
Compare
c65c003 to
d6188b9
Compare
d069da3 to
0243086
Compare
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.

What
Replace partial browser pooling with immutable, fingerprinted browser leases.
Why
Acquisition could observe the wrong launch configuration or race a browser that was already closing, and construction failure could leak ownership.
How
Model launching/ready/closing entries, remove closing instances from availability, return idempotent leases, and roll back partial sessions.
Test plan