Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into colerogers.firestor…
Browse files Browse the repository at this point in the history
…e-gen2
  • Loading branch information
colerogers committed Mar 14, 2023
2 parents 8d04495 + 7d8329b commit 70faa4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/providers/tasks.ts
Expand Up @@ -64,7 +64,7 @@ export interface RetryConfig {
/** How congestion control should be applied to the function. */
export interface RateLimits {
/**
* The maximum number of requests that can be outstanding at a time.
* The maximum number of requests that can be processed at a time.
* If left unspecified, will default to 1000.
*/
maxConcurrentDispatches?: number | Expression<number> | ResetValue;
Expand Down
2 changes: 1 addition & 1 deletion src/v2/providers/tasks.ts
Expand Up @@ -41,7 +41,7 @@ import { Expression } from "../../params";
import { SecretParam } from "../../params/types";
import { initV2Endpoint, initTaskQueueTrigger } from "../../runtime/manifest";

export { AuthData, Request };
export { AuthData, Request, RateLimits, RetryConfig };

export interface TaskQueueOptions extends options.EventHandlerOptions {
/** How a task should be retried in the event of a non-2xx return. */
Expand Down

0 comments on commit 70faa4a

Please sign in to comment.