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

Storing the history of reload tasks in a user session #416

Open
ziollek opened this issue Nov 7, 2022 · 0 comments
Open

Storing the history of reload tasks in a user session #416

ziollek opened this issue Nov 7, 2022 · 0 comments

Comments

@ziollek
Copy link
Contributor

ziollek commented Nov 7, 2022

Description

Some client requests that affect varnishes configuration trigger reloading tasks that are applying changes on varnishes.
If the task fails modal window is displayed with detailed information on what was going wrong.
Unfortunately after closing that window, the user is not able to check again what has happened.
Some client requests that affect varnishes configuration trigger reloading tasks that are applying changes on varnishes.
If the task fails modal window is displayed with detailed information on what was going wrong.
Unfortunately after closing that window, the user is not able to check again what has happened.

Expectations

Reloading tasks are stored in a user session. There is a view with the list of the last (size of the list is configured in settings) reloading tasks generated by a logged user.
User has the ability to preview details of each task such as:

  • what set of clusters was affected
  • what was the status of the task on each cluster
  • detailed error if occurred

This issue requires changes described in #415

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

No branches or pull requests

1 participant