File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -172,11 +172,11 @@ export interface WorkerOptions {
172
172
enableNonLocalActivities ?: boolean ;
173
173
174
174
/**
175
- * Limits the number of activities per second that this worker will process. The worker will not poll for new
176
- * activities if by doing so it might receive and execute an activity which would cause it to exceed this limit. Must
177
- * be a positive floating point number.
175
+ * Limits the number of Activities per second that this Worker will process. (Does not limit the number of Local
176
+ * Activities.) The Worker will not poll for new Activities if by doing so it might receive and execute an Activity
177
+ * which would cause it to exceed this limit. Must be a positive number.
178
178
*
179
- * If unset, no rate limiting will be applied to Worker's activities . (`tctl task-queue describe` will display the
179
+ * If unset, no rate limiting will be applied to Worker's Activities . (`tctl task-queue describe` will display the
180
180
* absence of a limit as 100,000.)
181
181
*/
182
182
maxActivitiesPerSecond ?: number ;
You can’t perform that action at this time.
0 commit comments