DamyanBG / real-estate-react-app

Real Estate front end application
https://real-estate-react-app.onrender.com
GNU General Public License v3.0
26 stars 45 forks source link

handle long request #374

Closed DamyanBG closed 6 months ago

DamyanBG commented 6 months ago

Our backend is deployed on Render.com with free service. When the backend is not used, it is going in sleep mode. After that it need around 1 minute to "reboot".

Add logic to handle that. For excample if 10 seconds are passed and no response from the server - show message that the server is sleeping.