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
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
d6188b9 to
c3614df
Compare
0243086 to
d3228f6
Compare
c3614df to
d9d5892
Compare
bd95455 to
7a244a3
Compare
82a2f69 to
ebdc7d4
Compare
7a244a3 to
246c941
Compare
ebdc7d4 to
b53c113
Compare
fa435fb to
e9734f0
Compare
2479ac9 to
d830b03
Compare
e9734f0 to
1dd7199
Compare
d830b03 to
a9e5a31
Compare
1dd7199 to
82cdfe7
Compare
a9e5a31 to
8233fbc
Compare
5f2aacb to
489aa3c
Compare
8233fbc to
164a96f
Compare
164a96f to
da86e33
Compare
489aa3c to
78ee37c
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