Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
danmiller192 committed Dec 13, 2024
1 parent a8f775f commit e8c4c14
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class ConductorProperties {
@DurationUnit(ChronoUnit.SECONDS)
private Duration workflowOffsetTimeout = Duration.ofSeconds(30);

/** The maximum timeout duration to set when a workflow is pushed to the decider queue. */
/** The maximum timeout duration to set when a workflow with running task is pushed to the decider queue. */
@DurationUnit(ChronoUnit.SECONDS)
private Duration maxPostponeDurationSeconds = Duration.ofSeconds(3600);

Expand Down
Loading

0 comments on commit e8c4c14

Please sign in to comment.