LearnNewsExamplesServices
Frontmatter
id10012
titleDreamService: Federated Execution Batching & Throttling
stateClosed
labels
enhancementaiperformance
assigneestobiu
createdAtApr 14, 2026, 5:21 PM
updatedAtApr 18, 2026, 5:22 PM
githubUrlhttps://github.com/neomjs/neo/issues/10012
authortobiu
commentsCount1
parentIssue10014
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[x] 10004 DreamService: Omnidirectional Gap Inference Engine
blocking[]
closedAtApr 16, 2026, 8:44 PM

DreamService: Federated Execution Batching & Throttling

Closedenhancementaiperformance
tobiu
tobiu commented on Apr 14, 2026, 5:21 PM

Objective

Prevent DreamService from executing accidental Denial-of-Service (DDoS) attacks against the federated Knowledge Base when mapping thousands of nodes for semantic gaps.

Tasks

  1. Audit DreamService.mjs gap inference loop to ensure it does not attempt to fire 10,000 concurrent REST queries to the neo-knowledge-base-macro DB.
  2. Implement a cursor-based batching, pagination, or incremental sweep protocol (e.g., assessing only 50 nodes per REM cycle).
  3. Ensure the Knowledge Base's backing Express server defines sensible rate-limits or concurrency constraints for Cross-Origin REST payloads from the Memory Core.
tobiu added the enhancement label on Apr 14, 2026, 5:21 PM
tobiu added the ai label on Apr 14, 2026, 5:21 PM
tobiu added the performance label on Apr 14, 2026, 5:21 PM
tobiu added parent issue #9999 on Apr 14, 2026, 5:22 PM
tobiu cross-referenced by #10014 on Apr 14, 2026, 6:43 PM
tobiu removed parent issue #9999 on Apr 14, 2026, 6:44 PM
tobiu added parent issue #10014 on Apr 14, 2026, 6:44 PM
tobiu marked this issue as being blocked by #10004 on Apr 14, 2026, 6:44 PM
tobiu
tobiu Apr 16, 2026, 8:44 PM

Superseded by Epic #10030.

tobiu closed this issue on Apr 16, 2026, 8:44 PM
tobiu assigned to @tobiu on Apr 18, 2026, 5:22 PM