-
Notifications
You must be signed in to change notification settings - Fork 23
[FEATURE] Introduce Message Queues #275
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Story
- As a mission operator
- I want quick access to queues certain types of information
- So that I can quickly command the downlink of priority data
Acceptance Criteria
- Introduce a message queue manager that stores messages and tracks which ones have already been sent
- Interfaces with
cdh.pyto respond to requests for downlinking messages from a queue - [Maybe Future Issue?] Introduce a logger middleware that flags certain message types based on user configuration
Technical Details
I think this is going to be blocked behind file system manipulation, but I wanted to start a ticket so we remember to come back to it. The general idea here is that we use the middleware layer of the logger to flag certain types of logs and put them in priority message queues that can be requested on command from ground.
What this would allow a mission operations team to quickly access key data from the satellite without having to first search through the logs.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request