Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 7.52.0.Final
-
Component/s: None
-
Labels:None
-
Git Pull Request:
-
Docs QE Status:NEW
-
QE Status:NEW
Description
it would be good to have configuration options available to control the behavior of the OptimisticLockRetryInterceptor:
- retries
- delay
- delayFactor
This would allow users to configure the retry logic as they see fit. Thanks!
Created new flags
private int retries = Integer.getInteger("org.kie.optlock.retries", 5); private long delay = Long.getLong("org.kie.optlock.delay", 50L); private long delayFactor = Long.getLong("org.kie.optlock.delayFactor", 4L);
Attachments
Issue Links
- follows up on
-
RHPAM-3490 Provide configuration parameters for OptimisticLockRetryInterceptor
-
- Resolved
-