Skip to content
Open
Show file tree
Hide file tree
Changes from 28 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
32736ac
docs: Serverless Workers - Go SDK pages (2/4) (#4418)
lennessyy Apr 16, 2026
0ba4c57
docs: Serverless Workers - Deploy guide (3/4) (#4416)
lennessyy Apr 16, 2026
18f8d0e
docs: Serverless Workers - Evaluate pages (1/4) (#4417)
lennessyy Apr 16, 2026
6fc2643
Merge branch 'main' into feat/serverless-worker-prerelease
lennessyy Apr 17, 2026
60b24b9
docs: Serverless Workers - Encyclopedia (4/4) (#4415)
lennessyy Apr 17, 2026
15a4c68
docs: update deploy guide with UI steps and real CLI flags
lennessyy Apr 17, 2026
6a582f9
docs: update lifecycle dark diagram with lighter borders
lennessyy Apr 17, 2026
39f6852
docs: tabify deploy approaches and drop UI positioning sentence
lennessyy Apr 17, 2026
c0cd65b
docs: restructure deploy step with command-first layout and unified p…
lennessyy Apr 17, 2026
58dab1c
docs: add ADOT layer reminder and long-running activity tuning link t…
lennessyy Apr 17, 2026
6a2e264
docs: add TLS customization example and execution role policy require…
lennessyy Apr 21, 2026
80ce53e
docs: simplify execution role policy wording
lennessyy Apr 21, 2026
d9b45b5
docs: inline TLS config in main worker code sample
lennessyy Apr 21, 2026
e85c1cd
docs: add TLS line
lennessyy Apr 21, 2026
d16544a
docs: Serverless Worker Autoscaling encyclopedia page (5/4) (#4460)
bchav Apr 21, 2026
815079b
remove SDK from creating version
lennessyy Apr 21, 2026
bade724
copyedits
lennessyy Apr 22, 2026
9cbc085
docs: add describe-stacks command to retrieve role ARN from CloudForm…
lennessyy Apr 23, 2026
8a81056
docs: add scaling with long-lived Workers section to serverless encyc…
lennessyy Apr 23, 2026
694c1d1
docs: self-hosted setup for serverless workers (#4476)
lennessyy Apr 28, 2026
4965335
feat: serverless worker - typescript (#4468)
lennessyy Apr 28, 2026
92ff7c1
feat: python serverless worker (#4467)
lennessyy Apr 28, 2026
0fcf113
Merge branch 'main' into feat/serverless-worker-prerelease
lennessyy Apr 28, 2026
11fc370
copyedits
lennessyy Apr 28, 2026
a7fba69
clarify go sample otel instructions
lennessyy Apr 28, 2026
b822515
copyedits
lennessyy Apr 28, 2026
2ff0f7c
fix: darken interactive demo button in dark mode
lennessyy Apr 28, 2026
c2b027a
docs: update interactive demo
lennessyy Apr 28, 2026
8f33a40
docs: use captioned image component
lennessyy Apr 29, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/develop/go/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ From there, you can dive deeper into any of the Temporal primitives to start bui

## [Workers](/develop/go/workers)

- [Worker processes](/develop/go/workers/run-worker-process)
- [Cloud Worker](/develop/go/workers/cloud-worker)
- [Run a Worker](/develop/go/workers/run-worker-process)
- [Sessions](/develop/go/workers/sessions)
- [Serverless Workers](/develop/go/workers/serverless-workers)

## [Temporal Client](/develop/go/client)

Expand Down
200 changes: 0 additions & 200 deletions docs/develop/go/workers/cloud-worker.mdx

This file was deleted.

4 changes: 2 additions & 2 deletions docs/develop/go/workers/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ import * as Components from '@site/src/components';

## Workers

- [Worker processes](/develop/go/workers/run-worker-process)
- [Cloud Worker](/develop/go/workers/cloud-worker)
- [Run a Worker](/develop/go/workers/run-worker-process)
- [Sessions](/develop/go/workers/sessions)
- [Serverless Workers](/develop/go/workers/serverless-workers)
Loading
Loading