fix(rivetkit): make duplicate sleep requests idempotent#4934
fix(rivetkit): make duplicate sleep requests idempotent#4934NathanFlurry merged 1 commit intomainfrom
Conversation
Code Review: fix(rivetkit): make duplicate sleep requests idempotentOverviewThis PR makes duplicate Core Rust ChangeCorrect and minimal. The Asymmetry with
After this change, Test ChangeThe test redesign is the right call. The original skipped test called Comments are clear and accurate. The new inline comment correctly explains why Test assertions look correct. Expecting Minor Notes
SummaryThe change is correct, well-scoped, and the test redesign is a meaningful improvement over the original flaky structure. One actionable item before merge:
|
Preview packages published to npmInstall with: npm install rivetkit@pr-4934All packages published as Engine binary is shipped via Docker images: docker pull rivetdev/engine:slim-a2001b4
docker pull rivetdev/engine:full-a2001b4Individual packagesnpm install rivetkit@pr-4934
npm install @rivetkit/react@pr-4934
npm install @rivetkit/rivetkit-napi@pr-4934
npm install @rivetkit/workflow-engine@pr-4934 |
76cce67 to
b81dab2
Compare
ea54634 to
ae09be0
Compare

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: