Skip to content

Commit

Permalink
NIT: small documentation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmigueprieto committed Jan 7, 2025
1 parent c214292 commit 95e8c12
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,16 +229,15 @@ public class ConductorProperties {
private int taskExecLogSizeLimit = 10;

/**
* This threshold defines the default number of executions after which SystemTasks implementing
* getEvaluationOffset should begin postponing execution.
* This property defines the number of poll counts (executions) after which SystemTasks
* implementing getEvaluationOffset should begin postponing the next execution.
*
* @see
* com.netflix.conductor.core.execution.tasks.WorkflowSystemTask#getEvaluationOffset(TaskModel,
* long)
* @see com.netflix.conductor.core.execution.tasks.Join#getEvaluationOffset(TaskModel, long)
*/
private int systemTaskPostponeThreshold =
200; // 10 seconds based on default systemTaskWorkerPollInterval of 50ms
private int systemTaskPostponeThreshold = 200;

/**
* Timeout used by {@link com.netflix.conductor.core.execution.tasks.SystemTaskWorker} when
Expand Down

0 comments on commit 95e8c12

Please sign in to comment.