Frontmatter
| id | 8949 |
| title | Feat: `Manager.startWorker` Remote Method |
| state | Closed |
| labels | enhancementaicore |
| assignees | tobiu |
| createdAt | Feb 2, 2026, 2:59 PM |
| updatedAt | Feb 2, 2026, 3:09 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8949 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8948 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 2, 2026, 3:09 PM |
Feat: Manager.startWorker Remote Method
tobiu added parent issue #8948 on Feb 2, 2026, 3:00 PM

tobiu
Feb 2, 2026, 3:09 PM
Input from Gemini 3 Pro:
✦ Implemented
Manager.startWorkerwith the correct signaturestartWorker({name})to comply with theRemoteMethodAccessprotocol.
- Added
startWorkerto theremote.appaccess list.- Method checks for existing workers before creation.
- Handles config updates and registration automatically.
tobiu assigned to @tobiu on Feb 2, 2026, 3:09 PM
tobiu closed this issue on Feb 2, 2026, 3:09 PM
Implement a remote method
startWorker(name)insrc/worker/Manager.mjs.Requirements:
createWorkerand configuration injection logic to start it.startWorkerto theremoteconfig so the App worker can call it.