这是indexloc提供的服务,不要输入任何密码
Skip to content

Splitting KV calls in smaller batches issue #1335

@fabricegaignier

Description

@fabricegaignier

When we set a value for maxTrustedBiddingSignalsURLLength we do observe a split in the KV calls in smaller batches (for the ones with many tbs keys). And this is expected.
We would then expect that generateBid() is called for each of these batches independently of the others as they return.
Is this assumption correct?
This seems to be described here: https://github.com/WICG/turtledove/blob/main/PA_implementation_overview.md#trusted-signals-fetches--reprioritization ( we are setting enableBiddingSignalsPrioritization to false)

However we conducted a test and it does seems to wait for all the calls to the KV server to finish before starting generateBid()

Could you please advise on the expected behaviour?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions