Skip to content

Commit 57b2cc2

Browse files
write doc comment
1 parent c4bce2e commit 57b2cc2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/worker/src/worker-options.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,10 @@ export interface WorkerOptions {
465465
defaultHeartbeatThrottleInterval?: Duration;
466466

467467
/**
468-
* TODO: write
468+
* Skip the runtime validation that ensures the client is registered with the worker set.
469+
* This should only be used in tests.
470+
*
471+
* @default false
469472
*/
470473
skipClientWorkerSetCheck?: boolean;
471474

0 commit comments

Comments
 (0)