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

Better indication that batch job is being started #233

Open
soxofaan opened this issue Feb 1, 2022 · 1 comment
Open

Better indication that batch job is being started #233

soxofaan opened this issue Feb 1, 2022 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@soxofaan
Copy link
Member

soxofaan commented Feb 1, 2022

Starting a batch job (POST /jobs/{}/results request) can take some time. E.g on VITO backend it can sometimes take tens of seconds sometimes even more, depending on the load of our cluster/scheduler. While we should improve this response time, we will probably not be able to reduce this drastically to below 1 second for example.

In this context, the "start batch job" button in the web editor does not seem to work: you press it an nothing seems to happen. There is a progress indicator in the lower left that is spinning, but it's not obvious that this is related with pressing the start button.

I think it would be good that the "start button" (and maybe other buttons too) change state in some way to better indicate that a (a potentially long) request is ongoing: e.g change color, change icon to a progress indicator, ...

@m-mohr m-mohr added this to the v1.0 milestone Feb 1, 2022
@m-mohr m-mohr added the enhancement New feature or request label Feb 1, 2022
@m-mohr
Copy link
Member

m-mohr commented Feb 1, 2022

Yes, I saw this issue with the VITO backend, too. That made me implement the spinner that you have mentioned.
We may improve the Button behavior at some point, but this has low priority right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants