Skip to content

Commit 5dd489c

Browse files
committed
PR suggestions
1 parent cdeb76a commit 5dd489c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/update/minor/723-to-724/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ For a complete list of changes for this upgrade, please refer to the [JMX Promet
4747

4848
# LegacyJobRetryBehaviorEnabled process engine flag
4949

50-
Starting with versions 7.23.2 and 7.24.0, the process engine introduces a new configuration flag: `legacyJobRetryBehaviorEnabled`.
50+
Starting with versions 7.22.5, 7.23.2 and 7.24.0, the process engine introduces a new configuration flag: `legacyJobRetryBehaviorEnabled`.
5151

5252
By default, when a job is created, its retry count is determined based on the camunda:failedJobRetryTimeCycle expression defined in the BPMN model.
5353
However, setting `legacyJobRetryBehaviorEnabled` to `true` enables the legacy behavior, where the job is initially assigned a fixed number of retries (typically 3), regardless of the retry configuration.
@@ -57,4 +57,4 @@ Why enable the legacy behavior?
5757
- Your process logic may depend on the legacy retry count behavior.
5858
- The legacy behavior avoids loading the full BPMN model and evaluating expressions during job creation, which can improve performance.
5959

60-
In 7.23.2+ the default value is `true` for `legacyJobRetryBehaviorEnabled`. For 7.24.0+ the default value is `false` for `legacyJobRetryBehaviorEnabled`
60+
In 7.22.5+ and in 7.23.2+ the default value is `true` for `legacyJobRetryBehaviorEnabled`. For 7.24.0+ the default value is `false` for `legacyJobRetryBehaviorEnabled` .

0 commit comments

Comments
 (0)