-
Notifications
You must be signed in to change notification settings - Fork 452
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(fleet): add control loop and state management (#3116)
- Implement Supervisor class to manage node states and transitions - Add methods to start, fail, outdate, terminate, and remove nodes - Introduce NodeProvider interface for node operations - Update node state transitions and error handling - Add integration tests for Supervisor functionality What's not yet implemented: - routing logic - Render NodeProvider - wiring fleet in jobs There are still a few TODOs that I will address in following PRs # How to test Still not wired. You can run the tests ;)
- Loading branch information
Showing
8 changed files
with
669 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.