Skip to content
Snippets Groups Projects
Commit aad53cc2 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3961 reduce reschedule

parent ed32646e
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ class UserUpdateControlBuilder { ...@@ -50,7 +50,7 @@ class UserUpdateControlBuilder {
private UpdateControl<OzgKeycloakUser> buildUpdateControl() { private UpdateControl<OzgKeycloakUser> buildUpdateControl() {
if (reschedule) { if (reschedule) {
UpdateControl.updateStatus(resource).rescheduleAfter(Config.RECONCILER_RETRY_SECONDS_ON_ERROR); UpdateControl.updateStatus(resource).rescheduleAfter(Config.RECONCILER_RETRY_SECONDS);
} }
return UpdateControl.updateStatus(resource); return UpdateControl.updateStatus(resource);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment