Skip to content

Reorganize TypeScript worker around app registry#366

Merged
THardy98 merged 2 commits into
mainfrom
feat/typescript-worker-org
May 29, 2026
Merged

Reorganize TypeScript worker around app registry#366
THardy98 merged 2 commits into
mainfrom
feat/typescript-worker-org

Conversation

@THardy98
Copy link
Copy Markdown
Contributor

What was changed

The TypeScript worker now uses one package boundary for harness code, app entrypoints, and kitchen-sink worker code. This matches the Go worker shape more closely and lets sdkbuild compile a registry entrypoint while keeping generated proto assets local to the TypeScript package.

Why?

App registry allows for the typescript image to run different worker configurations at runtime by supplying --app flag.

  1. How was this tested:
    Existing test suite

The TypeScript worker now uses one package boundary for harness code, app entrypoints, and kitchen-sink worker code. This matches the Go worker shape more closely and lets sdkbuild compile a registry entrypoint while keeping generated proto assets local to the TypeScript package.
@THardy98 THardy98 requested review from a team as code owners May 28, 2026 20:38
Copy link
Copy Markdown
Member

@Sushisource Sushisource left a comment

Choose a reason for hiding this comment

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

Hey you net removed lines! Way to go! ⭐

Comment thread workers/run.go
@THardy98 THardy98 merged commit 2cb5d56 into main May 29, 2026
34 checks passed
@THardy98 THardy98 deleted the feat/typescript-worker-org branch May 29, 2026 14:32
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.

2 participants