Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
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
2 changes: 1 addition & 1 deletion packages/proto/protos/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
* The source protos are in [sdk-core/protos/api_upstream/temporal/api/](https://github.com/temporalio/sdk-core/tree/ts-release/protos/api_upstream/temporal/api), for example [`RetryPolicy` in `temporal/api/common/v1/message.proto`](https://github.com/temporalio/sdk-core/blob/85454935e39f789aaaa81f8a05773f8e2cdbcde2/protos/api_upstream/temporal/api/common/v1/message.proto#L96).
*
* The gRPC service methods are documented in the proto comments and in the corresponding [`tctl` docs](https://docs.temporal.io/tctl/).
* The gRPC service methods are documented in the proto comments and in the corresponding [`Temporal CLI` docs](https://docs.temporal.io/cli/).
* @module
*/

Expand Down
2 changes: 1 addition & 1 deletion packages/worker/src/worker-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ export interface WorkerOptions {
* Activities.) The Worker will not poll for new Activities if by doing so it might receive and execute an Activity
* which would cause it to exceed this limit. Must be a positive number.
*
* If unset, no rate limiting will be applied to Worker's Activities. (`tctl task-queue describe` will display the
* If unset, no rate limiting will be applied to Worker's Activities. (`temporal task-queue describe` will display the
* absence of a limit as 100,000.)
*/
maxActivitiesPerSecond?: number;
Expand Down
Loading