Skip to content

extstore/replay and heartbeat metadata#2216

Open
cconstable wants to merge 2 commits into
extstore/pipeline-integrationfrom
extstore/replay-and-heartbeat-metadata
Open

extstore/replay and heartbeat metadata#2216
cconstable wants to merge 2 commits into
extstore/pipeline-integrationfrom
extstore/replay-and-heartbeat-metadata

Conversation

@cconstable

@cconstable cconstable commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

What was changed

  • enable safe worker replay (no extstore.store)
  • add driver types to worker heartbeat

Why?

  • external storage release

Checklist

@cconstable cconstable requested a review from a team as a code owner July 15, 2026 19:50
@cconstable cconstable changed the base branch from main to extstore/pipeline-integration July 15, 2026 19:52
const encodedCompletion = await workflowCodecRunner.encodeCompletion(unencodedCompletion);
if (externalStorage) {
// skip extstore.store for replay
if (externalStorage && !this.isReplayWorker) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would love to have a test to validate this behavior, but won't block on it. And should apply this to the other SDKs as well.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the logic checks out here. I believe Go does this too. Will verify before release though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants