GutoVeronezi commented on a change in pull request #4881:
URL: https://github.com/apache/cloudstack/pull/4881#discussion_r618623272



##########
File path: 
server/src/main/java/org/apache/cloudstack/outofbandmanagement/OutOfBandManagementServiceImpl.java
##########
@@ -578,7 +578,7 @@ protected void runInContext() {
 
         @Override
         public Long getDelay() {
-            return null;
+            return OutOfBandManagementBackgroundTaskExecutionInterval.value() 
* 1000L;

Review comment:
       @rhtyd The default value when it returns null, in poll manager, is 4s. 
The proposal of this changes is to externalize the configuration of OOBM 
interval to the operators, but keeping the same behavior as before if it is not 
changed.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to