Skip to content

Commit 3cf1b85

Browse files
authored
Change client-side default to match server-side default (#649)
1 parent 0995ae0 commit 3cf1b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

temporalio/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3575,7 +3575,7 @@ class SchedulePolicy:
35753575
"""Controls what happens when an action is started while another is still
35763576
running."""
35773577

3578-
catchup_window: timedelta = timedelta(minutes=1)
3578+
catchup_window: timedelta = timedelta(days=365)
35793579
"""After a Temporal server is unavailable, amount of time in the past to
35803580
execute missed actions."""
35813581

0 commit comments

Comments
 (0)