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 a33c06d commit 4d76aa4Copy full SHA for 4d76aa4
packages/worker/src/worker-options.ts
@@ -308,7 +308,7 @@ export interface WorkerOptions {
308
* `maxConcurrentActivityTaskExecutions` slots despite a backlog of Activity
309
* Tasks in the Task Queue (ie. due to network latency). Can't be higher than
310
* `maxConcurrentActivityTaskExecutions`.
311
- * @default min(2, maxConcurrentActivityTaskExecutions)
+ * @default min(10, maxConcurrentActivityTaskExecutions)
312
*/
313
maxConcurrentActivityTaskPolls?: number;
314
0 commit comments