Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add optional perBuyerTimeouts to auction config. #229

Merged
merged 3 commits into from
Nov 8, 2021

Conversation

caraitto
Copy link
Collaborator

@caraitto caraitto commented Nov 4, 2021

Allows sellers to optionally restrict the runtime of bidder scripts, with a default of 100 ms and a hard-cap of 500 ms.

Fixes #90

Allows sellers to optionally restrict the runtime of bidder scripts, with a default of 100 ms and a hard-cap of 500 ms.

Fixes WICG#90
FLEDGE.md Outdated Show resolved Hide resolved
This will apply to any buyer bidding scripts that don't otherwise have a `perBuyerTimeouts` specified.
@yoavweiss
Copy link
Collaborator

@caraitto - can you join the WICG to appease the IPR bots?

@caraitto
Copy link
Collaborator Author

caraitto commented Nov 8, 2021

@caraitto - can you join the WICG to appease the IPR bots?

I sent a request -- I'm just waiting for approval.

@caraitto
Copy link
Collaborator Author

caraitto commented Nov 8, 2021

@caraitto - can you join the WICG to appease the IPR bots?

I sent a request -- I'm just waiting for approval.

Thanks, looks like I'm good to go now.

@michaelkleber
Copy link
Collaborator

Thanks @caraitto this looks great. I suspect that this won't be the only control we'll need for resource limits; even with a per-bidder-script limit, an unbounded number of bidding IGs could still cause pain. But that will require more subtlety.

@michaelkleber michaelkleber merged commit 1a0549b into WICG:main Nov 8, 2021
@caraitto caraitto deleted the patch-1 branch November 8, 2021 18:37
@Richardlucas123
Copy link

Allows sellers to optionally restrict the runtime of bidder scripts, with a default of 100 ms and a hard-cap of 500 ms.

Fixes #90

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.

FLEDGE: Bid timing and accompanying logic
4 participants