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 ddec20c commit ffd0496Copy full SHA for ffd0496
src/v2/providers/scheduler.ts
@@ -111,7 +111,6 @@ export interface ScheduleOptions extends options.GlobalOptions {
111
/** The timezone that the schedule executes in. */
112
timeZone?: timezone | Expression<string> | ResetValue;
113
114
-
115
/** The number of retry attempts for a failed run. */
116
retryCount?: number | Expression<number> | ResetValue;
117
0 commit comments