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 e4c90aa commit 7d8329bCopy full SHA for 7d8329b
src/common/providers/tasks.ts
@@ -64,7 +64,7 @@ export interface RetryConfig {
64
/** How congestion control should be applied to the function. */
65
export interface RateLimits {
66
/**
67
- * The maximum number of requests that can be outstanding at a time.
+ * The maximum number of requests that can be processed at a time.
68
* If left unspecified, will default to 1000.
69
*/
70
maxConcurrentDispatches?: number | Expression<number> | ResetValue;
0 commit comments