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

component to monitor a task #84

Open
himdel opened this issue Oct 6, 2024 · 0 comments
Open

component to monitor a task #84

himdel opened this issue Oct 6, 2024 · 0 comments

Comments

@himdel
Copy link
Collaborator

himdel commented Oct 6, 2024

(from https://hackmd.io/Dp-kVIjnTVeQVse2w2eC-w)

  • A lot of operations in Pulp are performed asynchronously. Users are able to use the Tasks API to monitor progress of a an asynchronous task. Each task response contains start time, end time, and N number of progress reports. The Web UI for monitoring a task needs to periodically poll the Tasks API and update the UI with the latest information about the state and all the available progress reports. This UI component needs to be created first so it can be embedded into (or linked to from) all other UIs that need to show progress of an asynchronous operation.

This mostly already exists in the form of Tasks / waitForTask / taskAlert, but it might be nice to have an inline component too, and unify with taskAlert to add polling.

@himdel himdel changed the title Provide a Web UI that allows Pulp users to monitor a task component to monitor a task Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant