-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
help wantedExtra attention is neededExtra attention is neededtype: bugSomething isn't workingSomething isn't working
Description
Problem
Running sciclaw gateway status starts a live gateway event loop instead of returning service state.
Impact
- Extra unmanaged gateway workers can run in parallel with launchd/systemd service.
- Discord responsiveness becomes inconsistent due to competing workers.
- Operators think they are running a read-only status check but actually mutate runtime state.
Expected
sciclaw gateway status should be a safe alias for sciclaw service status and must not start channels or agent loops.
Evidence
On data1, process list showed multiple sciclaw gateway status workers while the launchd gateway was already running.
Fix (implemented)
gateway status now delegates to service status and exits without launching gateway runtime.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededtype: bugSomething isn't workingSomething isn't working