-
Notifications
You must be signed in to change notification settings - Fork 1
feat(ops): push action notifications to Axon agents over WebSocket #68
Copy link
Copy link
Open
Labels
area:networkLAN bandwidth, scheduling, and network constraintsLAN bandwidth, scheduling, and network constraintsarea:opsOperations, recovery, incidents, and site workflowsOperations, recovery, incidents, and site workflowscross-repo:axonRequires coordination with archebase/axonRequires coordination with archebase/axonenhancementNew feature or requestNew feature or requestpriority:p2Medium priorityMedium priority
Metadata
Metadata
Assignees
Labels
area:networkLAN bandwidth, scheduling, and network constraintsLAN bandwidth, scheduling, and network constraintsarea:opsOperations, recovery, incidents, and site workflowsOperations, recovery, incidents, and site workflowscross-repo:axonRequires coordination with archebase/axonRequires coordination with archebase/axonenhancementNew feature or requestNew feature or requestpriority:p2Medium priorityMedium priority
Type
Fields
Give feedbackNo fields configured for issues without a type.
Context
Axon Agent will poll Keystone for action requests as the reliable baseline, but online robots should receive low-latency notifications when an operator creates a new request. Keystone should push only notification metadata and keep the persisted action request as the source of truth.
Scope
action.requestednotifications to connected Axon Agents when a new action request is created.request_idand minimal routing metadata in the WebSocket payload.Acceptance Criteria
Depends On
Related