-
Notifications
You must be signed in to change notification settings - Fork 7
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
resource scheduler: integrate with server #8009
Comments
8 tasks
9 tasks
Hugo-Inmanta
added a commit
that referenced
this issue
Sep 9, 2024
wouterdb
added a commit
that referenced
this issue
Sep 9, 2024
inmantaci
pushed a commit
that referenced
this issue
Sep 9, 2024
# Description Added basic integration of scheduler and server closes #8009 # Self Check: Strike through any lines that are not applicable (`~~line~~`) then check the box - [x] Attached issue to pull request - [x] Changelog entry - [x] Type annotations are present - [x] Code is clear and sufficiently documented - [ ] No (preventable) type errors (check using make mypy or make mypy-diff) - [x] Sufficient test cases (reproduces the bug/tests the requested feature) - [ ] Correct, in line with design - [ ] End user documentation is included or an issue is created for end-user documentation (add ref to issue here: ) - [ ] If this PR fixes a race condition in the test suite, also push the fix to the relevant stable branche(s) (see [test-fixes](https://internal.inmanta.com/development/core/tasks/build-master.html#test-fixes) for more info)
Hugo-Inmanta
added a commit
that referenced
this issue
Sep 9, 2024
Hugo-Inmanta
added a commit
that referenced
this issue
Sep 9, 2024
inmantaci
pushed a commit
that referenced
this issue
Sep 10, 2024
# Description Added basic integration of scheduler and server closes #8009 # Self Check: Strike through any lines that are not applicable (`~~line~~`) then check the box - [x] Attached issue to pull request - [x] Changelog entry - [x] Type annotations are present - [x] Code is clear and sufficiently documented - [ ] No (preventable) type errors (check using make mypy or make mypy-diff) - [x] Sufficient test cases (reproduces the bug/tests the requested feature) - [ ] Correct, in line with design - [ ] End user documentation is included or an issue is created for end-user documentation (add ref to issue here: ) - [ ] If this PR fixes a race condition in the test suite, also push the fix to the relevant stable branche(s) (see [test-fixes](https://internal.inmanta.com/development/core/tasks/build-master.html#test-fixes) for more info)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Integrate the scheduler with the server and the DB. Make sure there is a way (similar to the executor mode) to enable the new scheduler. Add tests where applicable, but since the agent interface is not there yet end-to-end tests are not feasible yet.
new_version
is calledinmanta.agent.Agent
process)#7561 may already contain parts of this, though it was created before the resource scheduler designThe text was updated successfully, but these errors were encountered: