-
Notifications
You must be signed in to change notification settings - Fork 282
docs(update): LegacyJobRetryBehaviorEnabled engine flag #1791
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
If I see it correctly we don't list all flags at https://docs.camunda.org/manual/latest/reference/deployment-descriptors/tags/process-engine/. |
That's true, I just wonder how the customers using 7.23 are going to find information for the new flag. Will the 7.23 migration guide be sufficient? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good so only question above is how customers waiting for the bug fix will understand how to enable the flag. One way is to add a comment in the ticket or the description - how to enable the new behaviour for patch versions.
- Your process logic may depend on the legacy retry count behavior. | ||
- The legacy behavior avoids loading the full BPMN model and evaluating expressions during job creation, which can improve performance. | ||
|
||
In 7.23.2+ the default value is `true` for `legacyJobRetryBehaviorEnabled`. For 7.24.0+ the default value is `false` for `legacyJobRetryBehaviorEnabled` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In 7.23.2+ the default value is `true` for `legacyJobRetryBehaviorEnabled`. For 7.24.0+ the default value is `false` for `legacyJobRetryBehaviorEnabled` | |
In 7.23.2+ the default value is `true` for `legacyJobRetryBehaviorEnabled`. For 7.24.0+ the default value is `false` for `legacyJobRetryBehaviorEnabled`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
|
||
# LegacyJobRetryBehaviorEnabled process engine flag | ||
|
||
Starting with versions 7.23.2 and 7.24.0, the process engine introduces a new configuration flag: `legacyJobRetryBehaviorEnabled`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✍️ Need to add 7.22 patch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, thanks! Updated.
Added comment: camunda/camunda-bpm-platform#2300 (comment) |
related to: camunda/camunda-bpm-platform/issues/2300