Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request Handling: Implement support for background proccessing of telemetry reports once they have been staged #6

Open
rtamalin opened this issue Jun 3, 2024 · 0 comments
Labels
enhancement New feature or request Request Handling

Comments

@rtamalin
Copy link
Collaborator

rtamalin commented Jun 3, 2024

Currently our telemetry report request handling workflow stages the telemetry report in the persistent data store, and processes the report to extract and persistently store the data items in the Telemetry DB, deleting the staged report, before completing the request to the client.

In the long run the report request handling should trigger background processing to do the extraction and persistent storing of the telemetry data items, so that the server can respond immediately to the client once we have staged the telemetry report.

@rtamalin rtamalin added enhancement New feature or request Request Handling labels Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Request Handling
Projects
None yet
Development

No branches or pull requests

1 participant