-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(predictive): add resource management and cleanup methods in NOVA…
… layers - Implemented close() methods in NOVALayer and NOVA classes to ensure proper cleanup of Kafka resources. - Added __del__ methods to both classes to guarantee resource deallocation upon object destruction. - Enhanced the main function to include a try-finally block for safe resource management during execution. These changes improve the robustness of the NOVA architecture by ensuring that resources are properly released, preventing potential memory leaks and ensuring smooth operation.
- Loading branch information
1 parent
f95bb3f
commit 695dd99
Showing
1 changed file
with
79 additions
and
45 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