You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a machine is booting, if the driver can estimate the time left for a machine to boot, it should be able to return the information on a call to GET /api/machine/{:id}.
While this will remain a large evaluation, this could help the user to know how much time he will have to wait for his machines to be available.
This implies to add a new field bootPercentage in machine's model.If set to null one should considered booting time evaluation is deactivated.
The text was updated successfully, but these errors were encountered:
When a machine is booting, if the driver can estimate the time left for a machine to boot, it should be able to return the information on a call to GET
/api/machine/{:id}
.While this will remain a large evaluation, this could help the user to know how much time he will have to wait for his machines to be available.
This implies to add a new field
bootPercentage
in machine's model.If set tonull
one should considered booting time evaluation is deactivated.The text was updated successfully, but these errors were encountered: