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 6008c27 commit ab33385Copy full SHA for ab33385
src/runtime/manifest.ts
@@ -259,7 +259,7 @@ const RESETTABLE_V1_SCHEDULE_OPTIONS: Omit<
259
const RESETTABLE_V2_SCHEDULE_OPTIONS: Omit<
260
ResettableKeys<ManifestEndpoint["scheduleTrigger"]["retryConfig"]>,
261
"maxRetryDuration" | "maxBackoffDuration" | "minBackoffDuration"
262
- > = {
+> = {
263
retryCount: null,
264
maxDoublings: null,
265
maxRetrySeconds: null,
0 commit comments