Preserve conversation order across host clock corrections (#9772) #10319
Closed
yashranaway
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am working on the clock-rollback bug in #9772 and would welcome feedback on the ordering approach before the PR is finalized.
Persisted orchestration event sequences already retain the correct order when the host clock moves backward, but projection queries, pagination, and client timelines still sort by wall time.
Proposed fix:
This is limited to conversation ordering and the related current-turn state. It does not add a new clock service or change provider protocols.
Model: GPT-6 Astra
Harness: T3 code
All reactions