This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
Provide streaming HTTP API for checking task status #424
Open
Description
Currently, Retrace Server provides an HTTP endpoint for checking the status of a task by polling in regular intervals (as used by abrt-retrace-client). It would be nice to provide a streaming endpoint for a smoother user experience, either via WebSockets, EventSource or a similar HTTP-based technology.
Activity