Skip to content

Commit 2b585b6

Browse files
authored
docs: Tell versioning users to call updateBuildIdCompatibility (#1253)
So they know to do so. Without doing so, they may not realize why their Workers aren't picking up tasks.
1 parent 3ce098b commit 2b585b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/worker/src/worker-options.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ export interface WorkerOptions {
8888
*
8989
* ℹ️ Required if {@link useVersioning} is `true`.
9090
*
91+
* :warning: NOTE: When used with versioning, you must pass this build ID to {@link updateBuildIdCompatibility}.
92+
* Otherwise, this Worker will not pick up any tasks.
93+
*
9194
* @default `@temporalio/worker` package name and version + checksum of workflow bundle's code
9295
*
9396
* @experimental

0 commit comments

Comments
 (0)