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 5c33b9a commit 270c39cCopy full SHA for 270c39c
src/runtime/manifest.ts
@@ -260,7 +260,7 @@ const RESETTABLE_V1_SCHEDULE_OPTIONS: Omit<
260
const RESETTABLE_V2_SCHEDULE_OPTIONS: Omit<
261
ResettableKeys<ManifestEndpoint["scheduleTrigger"]["retryConfig"]>,
262
"maxRetryDuration" | "maxBackoffDuration" | "minBackoffDuration"
263
- > &
+> &
264
Pick<ResettableKeys<ManifestEndpoint["scheduleTrigger"]>, "attemptDeadlineSeconds"> = {
265
retryCount: null,
266
maxDoublings: null,
0 commit comments