LearnNewsExamplesServices
Frontmatter
id7837
titleCleanup redundant awaits in self-healing example
stateClosed
labels
airefactoring
assigneestobiu
createdAtNov 21, 2025, 10:14 AM
updatedAtNov 21, 2025, 10:16 AM
githubUrlhttps://github.com/neomjs/neo/issues/7837
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtNov 21, 2025, 10:16 AM

Cleanup redundant awaits in self-healing example

Closed v11.8.0 airefactoring
tobiu
tobiu commented on Nov 21, 2025, 10:14 AM

The ai/examples/self-healing.mjs script currently awaits both LifecycleService and ChromaManager for each service. With the recent refactoring (issue #7836), ChromaManager.ready() is sufficient as it ensures the lifecycle service is ready. This task removes the redundant calls.

tobiu added the ai label on Nov 21, 2025, 10:14 AM
tobiu added the refactoring label on Nov 21, 2025, 10:14 AM
tobiu assigned to @tobiu on Nov 21, 2025, 10:15 AM
tobiu referenced in commit eb3d42c - "Cleanup redundant awaits in self-healing example #7837" on Nov 21, 2025, 10:16 AM
tobiu closed this issue on Nov 21, 2025, 10:16 AM