Refuse a duplicate call id with 409 instead of running it twice - #1947
Open
fzyzcjy wants to merge 1 commit into
Open
Refuse a duplicate call id with 409 instead of running it twice#1947fzyzcjy wants to merge 1 commit into
fzyzcjy wants to merge 1 commit into
Conversation
fzyzcjy
requested review from
Shi-Dong,
Zhichenzzz,
guapisolo,
jybsuper,
maocheng23 and
yueming-yuan
as code owners
July 29, 2026 14:01
Contributor
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
fzyzcjy
force-pushed
the
tom/refactor-miles/op9-8
branch
from
July 30, 2026 09:01
3913ee0 to
a3aebc4
Compare
fzyzcjy
force-pushed
the
tom/refactor-miles/op9-9
branch
2 times, most recently
from
August 3, 2026 23:45
105e398 to
f7c81ec
Compare
fzyzcjy
force-pushed
the
tom/refactor-miles/op9-8
branch
2 times, most recently
from
August 4, 2026 00:39
d0d0421 to
deccfea
Compare
fzyzcjy
force-pushed
the
tom/refactor-miles/op9-9
branch
from
August 4, 2026 00:39
f7c81ec to
38e14c9
Compare
fzyzcjy
force-pushed
the
tom/refactor-miles/op9-8
branch
from
August 4, 2026 06:58
deccfea to
0d42933
Compare
fzyzcjy
force-pushed
the
tom/refactor-miles/op9-9
branch
from
August 4, 2026 06:58
38e14c9 to
8982b44
Compare
fzyzcjy
force-pushed
the
tom/refactor-miles/op9-8
branch
from
August 6, 2026 07:03
0d42933 to
d8781ac
Compare
fzyzcjy
force-pushed
the
tom/refactor-miles/op9-9
branch
from
August 6, 2026 07:03
8982b44 to
c18b7d4
Compare
fzyzcjy
force-pushed
the
tom/refactor-miles/op9-8
branch
from
August 9, 2026 23:33
d8781ac to
b715079
Compare
fzyzcjy
force-pushed
the
tom/refactor-miles/op9-9
branch
from
August 9, 2026 23:33
c18b7d4 to
8988317
Compare
fzyzcjy
force-pushed
the
tom/refactor-miles/op9-8
branch
from
August 10, 2026 06:08
b715079 to
2904afd
Compare
fzyzcjy
force-pushed
the
tom/refactor-miles/op9-9
branch
2 times, most recently
from
August 10, 2026 16:07
f024ed7 to
b029ca5
Compare
fzyzcjy
force-pushed
the
tom/refactor-miles/op9-8
branch
2 times, most recently
from
August 10, 2026 16:34
63021fa to
7ffb549
Compare
fzyzcjy
force-pushed
the
tom/refactor-miles/op9-9
branch
2 times, most recently
from
August 12, 2026 02:48
b769302 to
7bdba5f
Compare
fzyzcjy
force-pushed
the
tom/refactor-miles/op9-8
branch
from
August 12, 2026 02:48
7ffb549 to
6fc4348
Compare
fzyzcjy
force-pushed
the
tom/refactor-miles/op9-9
branch
from
August 12, 2026 14:31
7bdba5f to
5e1d9bc
Compare
fzyzcjy
force-pushed
the
tom/refactor-miles/op9-8
branch
from
August 12, 2026 14:31
6fc4348 to
1d08b92
Compare
fzyzcjy
force-pushed
the
tom/refactor-miles/op9-9
branch
2 times, most recently
from
August 13, 2026 01:13
7bbcf87 to
6040ebf
Compare
fzyzcjy
force-pushed
the
tom/refactor-miles/op9-8
branch
from
August 13, 2026 03:25
0d58719 to
4a8a303
Compare
fzyzcjy
force-pushed
the
tom/refactor-miles/op9-9
branch
from
August 13, 2026 03:25
6040ebf to
45ff18e
Compare
fzyzcjy
force-pushed
the
tom/refactor-miles/op9-8
branch
from
August 13, 2026 06:01
4a8a303 to
ce0262d
Compare
fzyzcjy
force-pushed
the
tom/refactor-miles/op9-9
branch
from
August 13, 2026 06:01
45ff18e to
691ffc4
Compare
fzyzcjy
force-pushed
the
tom/refactor-miles/op9-8
branch
from
August 13, 2026 06:40
ce0262d to
f10603c
Compare
fzyzcjy
force-pushed
the
tom/refactor-miles/op9-9
branch
from
August 13, 2026 06:40
691ffc4 to
2816b1b
Compare
fzyzcjy
force-pushed
the
tom/refactor-miles/op9-8
branch
from
August 14, 2026 04:45
f10603c to
dd424ba
Compare
fzyzcjy
force-pushed
the
tom/refactor-miles/op9-9
branch
from
August 14, 2026 04:46
2816b1b to
73c5309
Compare
The call id is generated by the client, so a resubmit is the shape a retried submit would take. The store reserves the id for as long as it retains the outcome, and a second submit under a known id is rejected rather than starting the work again.
fzyzcjy
force-pushed
the
tom/refactor-miles/op9-9
branch
from
August 29, 2026 12:40
73c5309 to
c8ce6f6
Compare
fzyzcjy
force-pushed
the
tom/refactor-miles/op9-8
branch
from
August 29, 2026 12:40
dd424ba to
9c429cd
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.
No description provided.