rhtyd commented on a change in pull request #4881:
URL: https://github.com/apache/cloudstack/pull/4881#discussion_r616992261
##########
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:
When this returns null, I think the poll manager uses some default value
(I think 5s?). If the default config value is 4s, it may not make much
difference.
--
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]