Skip to content

Commit

Permalink
Activate changes in #4990 and #5034 (#5035)
Browse files Browse the repository at this point in the history
**What changed?**
Tweak schedule settings to activate changes in #4990 and #5034

**Why?**
Make it work

**How did you test it?**
existing tests
  • Loading branch information
dnr committed Nov 7, 2023
1 parent 8fabbe0 commit c28dfce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/worker/scheduler/workflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ var (
RecentActionCount: 10,
FutureActionCountForList: 5,
RecentActionCountForList: 5,
IterationsBeforeContinueAsNew: 500, // TODO: change to 0 to use GetContinueAsNewSuggested
IterationsBeforeContinueAsNew: 0,
SleepWhilePaused: true,
MaxBufferSize: 1000,
AllowZeroSleep: true,
Expand Down

0 comments on commit c28dfce

Please sign in to comment.