We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce098b commit 2b585b6Copy full SHA for 2b585b6
packages/worker/src/worker-options.ts
@@ -88,6 +88,9 @@ export interface WorkerOptions {
88
*
89
* ℹ️ Required if {@link useVersioning} is `true`.
90
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
+ *
94
* @default `@temporalio/worker` package name and version + checksum of workflow bundle's code
95
96
* @experimental
0 commit comments