Skip to content

Commit

Permalink
Issue #8610 late message review comment asking for the term execution…
Browse files Browse the repository at this point in the history
… to be removed
  • Loading branch information
njr-11 committed Jan 23, 2020
1 parent 9d01e54 commit f40a335
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jndiName=JNDI name
jndiName.desc=JNDI name.

missedTaskThreshold=Missed task threshold for fail over
missedTaskThreshold.desc=The amount of time after the expected start of a task execution that is reserved for running the task. Other members are prevented from running the task before the expiration of this interval. If the interval elapses without successful execution of the task or the task rolls back, then the task execution is considered missed, enabling another member to attempt to run it. Missed task threshold values within the supported range of 100 seconds to 9000 seconds (2.5 hours) enable failover.
missedTaskThreshold.desc=The amount of time after the expected start of a task run to reserve for running the task. Other members are prevented from running the task before the expiration of this interval. If the interval elapses without the task running successfully, or the task rolls back, then the task run is considered missed, enabling another member to attempt to run it. Missed task threshold values within the supported range of 100 seconds to 9000 seconds (2.5 hours) enable failover.

pollInterval=Poll interval
pollInterval.desc=Interval at which the executor looks for tasks in the persistent store to run. If unspecified and fail over is enabled, a poll interval is automatically computed. If fail over is not enabled, the default is -1, which disables all polling after the initial poll.
Expand Down

0 comments on commit f40a335

Please sign in to comment.