fix(kv_offload): don't discard parked KV after a fixed 60s - #53235
SayHelloToWorld wants to merge 1 commit into
Conversation
…0s _UNBOUND_STORE_TIMEOUT_S ignored deployment queueing\n- Fix: allow configuring via tier option (defaults to 60s)\n- Tests: added minimal constructor test asserting the configured value\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Thanks for picking this up. I've opened #53453, which overlaps with this one, so rather than duplicate the work let me explain the difference. Two notes on this PR:
#53453 carries both halves: Review there would be welcome. |
Fixes #53128
_UNBOUND_STORE_TIMEOUT_S = 60.0counts fromsubmit_storeand discards parked KV when noFetchMsghas bound thekv_request_idyet, so a later consumer recomputes the prompt.