Skip to content

Commit e4c90aa

Browse files
authored
Re-export task queue config objects for reference docs. (#1356)
1 parent 92898f2 commit e4c90aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/providers/tasks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import { Expression } from "../../params";
4141
import { SecretParam } from "../../params/types";
4242
import { initV2Endpoint, initTaskQueueTrigger } from "../../runtime/manifest";
4343

44-
export { AuthData, Request };
44+
export { AuthData, Request, RateLimits, RetryConfig };
4545

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

0 commit comments

Comments
 (0)