fix(rivetkit-core): allow dispatch during sleep grace#4935
Conversation
Code Review: fix(rivetkit-core): allow dispatch during sleep graceOverviewThis PR changes
Correctness Analysis
Removal of Specific FeedbackMissing PR description (blocking): The description template is completely unfilled. Please describe what behaviour was broken, in what scenario dispatch during grace matters (e.g. an engine-initiated sleep arriving mid-request), and what was tested. Grace deadline with in-flight dispatch (test gap): The existing test dispatches an action during
Test naming:
SummaryThe core logic is correct: |
Preview packages published to npmInstall with: npm install rivetkit@pr-4935All packages published as Engine binary is shipped via Docker images: docker pull rivetdev/engine:slim-dfe0098
docker pull rivetdev/engine:full-dfe0098Individual packagesnpm install rivetkit@pr-4935
npm install @rivetkit/react@pr-4935
npm install @rivetkit/rivetkit-napi@pr-4935
npm install @rivetkit/workflow-engine@pr-4935 |
5ff98a4 to
e054f95
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: