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 92898f2 commit e4c90aaCopy full SHA for e4c90aa
src/v2/providers/tasks.ts
@@ -41,7 +41,7 @@ import { Expression } from "../../params";
41
import { SecretParam } from "../../params/types";
42
import { initV2Endpoint, initTaskQueueTrigger } from "../../runtime/manifest";
43
44
-export { AuthData, Request };
+export { AuthData, Request, RateLimits, RetryConfig };
45
46
export interface TaskQueueOptions extends options.EventHandlerOptions {
47
/** How a task should be retried in the event of a non-2xx return. */
0 commit comments