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 f247c5e commit e9f9d4fCopy full SHA for e9f9d4f
spec/fixtures.ts
@@ -13,4 +13,4 @@ export const MINIMAL_ENDPOINT: Partial<ManifestEndpoint> = {
13
connector: RESET_VALUE,
14
egressSettings: RESET_VALUE,
15
},
16
-};
+};
src/runtime/manifest.ts
@@ -194,7 +194,7 @@ export function initTaskQueueTrigger(
194
return taskQueueTrigger;
195
}
196
197
-export const RESETTABLE_V1_SCHEDULE_OPTIONS: Omit<
+const RESETTABLE_V1_SCHEDULE_OPTIONS: Omit<
198
ResettableKeys<ManifestEndpoint["scheduleTrigger"]["retryConfig"]>,
199
"maxBackoffSeconds" | "minBackoffSeconds" | "maxRetrySeconds"
200
> = {
0 commit comments