Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚧 Creates single threadpool to execute schedulers #242

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

alecharp
Copy link
Collaborator

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
  • The description of this pull request is detailed and explain why this pull request is needed
  • The changeset is on a specific branch
    • feature/ for new feature, or improvements
    • fix/ for bug fixes
    • docs/ 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 verify locally 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.
  • There is no new warnings (checkstyle nor spotbugs) on the code

@alecharp alecharp added the enhancement New feature or request label Mar 13, 2023
@alecharp alecharp changed the title Creates single threadpooll to execute schedulers Creates single threadpool to execute schedulers Mar 13, 2023
@alecharp alecharp changed the title Creates single threadpool to execute schedulers 🚧 Creates single threadpool to execute schedulers Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant