Skip to content
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
mgrabovsky opened this issue Apr 28, 2021 · 1 comment
Open

Provide streaming HTTP API for checking task status #424

mgrabovsky opened this issue Apr 28, 2021 · 1 comment

Comments

@mgrabovsky
Copy link
Contributor

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.

@msrb
Copy link
Member

msrb commented Apr 29, 2021

I'd probably vote for server-sent events, but I do not have any practical experience with these technologies 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants