Skip to content

[FEAT]: AsyncSignal should push shape information on data to additional Endpoint #755

@cappel89

Description

@cappel89

Async data is currently pushed to a stream where data expires after 10min. So if tools (e.g. plotting) intend to plot data 10minutes after a scan started, they will not receive all data as its already expired in REDIS.

Therefore, we need a way to know which data point correlates to the async data in a message. We discussed the following:

  • Add new endpoint (list)
  • Push shape information and stream-id with same expire policy as for the async data.
  • In addition, store that information also in the AsyncSignal to allow devices to efficiently wait for data to be received on the backend side.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions