ITISFoundation / osparc-issues

🐼 issue-only repo for the osparc project
3 stars 5 forks source link

Personalizable resources: give users more hints #1044

Closed elisabettai closed 1 year ago

elisabettai commented 1 year ago

Tested this scenario with Team Black: try to request a crazy amount of resources, e.g. 100Gb. The Service stays pending for 1h and then fails.

This might help the user experience:

  1. The user has asked a crazy value by mistake: it would be nice to abort this request (i.e. being able to stop the service while it is pending) without having to close the study. See also this issue: #1045
  2. Can we somewhat estimate what is the biggest resource that be asked (based on our cluster configurations)? If yes, we can add constraints in the frontend.
  3. Maybe: when user asks a crazy (tbd what is crazy) amount, there's a warning saying that it's possible that the request can't be fulfilled.
elisabettai commented 1 year ago

@sanderegg, just some points above for discussion, what do you think?

The priority I guess also depends on who's going to have access to personalizable resources at the end. Only internal users? It might still be nice to give them some more hints. Also external ones?

sanderegg commented 1 year ago

@elisabettai I agree the current situation is not yet perfect.

There are a few things that are currently going on:

elisabettai commented 1 year ago

Thanks @sanderegg for explaining. I think the most critical piece is to allow users to stop services while they are pending. So I close this one in favour of #1045