Improve Cold Start requests by adding timeout and blocking user input #261
Labels
frontend
Frontend related issues
good first issue
Good for newcomers
hacktoberfest
hacktoberfest
help-wanted
Help is wanted
javascript
Pull requests that update Javascript code
Description
Improve Cold Start requests by adding timeout and blocking user input like buttons when the request is being processed
Context
In production, when the server is having a cold start, there're multiple requests that can block the app until a response is given. Cold start can be near 50s. We want to cancel the request if it's taking too long.
How to do it
There're 3 requests that can be done for connecting for the first time with the server:
To solve this we expect to:
Testing
Show the expected result ( popover message ) is thrown when start requests take more than a fixed amount of time
The text was updated successfully, but these errors were encountered: