-
Notifications
You must be signed in to change notification settings - Fork 2
Add Timeout to UI actions #18
Copy link
Copy link
Open
Labels
Description
If the backend server malfunctions, the UI should timeout so the user is aware. In cases like:
- image upload failed
- model inference failed
This coudl be done by adding a timeout to the girder API calls so they don't hang forever. Add a message to the interface indicated the operation failed and to try again.
Reactions are currently unavailable