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 df3b47a commit 64c3140Copy full SHA for 64c3140
src/Temporalio/Client/Schedules/SchedulePolicy.cs
@@ -19,7 +19,7 @@ public record SchedulePolicy
19
/// Gets the amount of time in the past to execute misseed actions after a Temporal server
20
/// is unavailable.
21
/// </summary>
22
- public TimeSpan CatchupWindow { get; init; } = TimeSpan.FromMinutes(1);
+ public TimeSpan CatchupWindow { get; init; } = TimeSpan.FromDays(365);
23
24
/// <summary>
25
/// Gets a value indicating whether to pause the schedule if an action fails or times out.
0 commit comments