plugin-health-scoring
plugin-health-scoring copied to clipboard
🚧 Creates single threadpool to execute schedulers
Description
Currently, multi scheduler can be executed at the same time. This means that we could be running the probe engine and updating the database at the same time.
Submitter checklist
- [ ] If the issue exists, it is well described and linked in the description
- [x] The description of this pull request is detailed and explain why this pull request is needed
- [x] The changeset is on a specific branch
feature/for new feature, or improvementsfix/for bug fixesdocs/for any documentation changes
- [ ] If required, the documentation has been updated
- [ ] There is automated tests to cover the code change / addition
- If there is no test, include an explanation why in the description
- [ ] Run
mvn verifylocally and all tests are passing successfully- It is OK to create a pull request which has failing tests if it is created as a draft, is to fix a bug and the first commit is the test to prove the existence of the bug.
- [x] There is no new warnings (checkstyle nor spotbugs) on the code