GutoVeronezi opened a new pull request #4881: URL: https://github.com/apache/cloudstack/pull/4881
### Description On `BackgroundPollManagerImpl`, each submitted task needs to implement delay's configuration; otherwise it will assume the delay (which acts like the execution interval, not an actual delay) `4000ms` (hardcoded). This PR intends to externalize the OOBM delay's configuration. ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature (non-breaking change which adds functionality) - [ ] Bug fix (non-breaking change which fixes an issue) - [x] Enhancement (improves an existing feature and functionality) - [ ] Cleanup (Code refactoring and cleanup, that may add test cases) ### Feature/Enhancement Scale or Bug Severity #### Feature/Enhancement Scale - [ ] Major - [x] Minor ### How Has This Been Tested? It has been tested locally on a test lab. 1. I enabled a zone; 2. i configured the OOBM in the host; 2. I observed the log. It will log in intervals according to the configuration set. -- 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]
