I need to implement a timeout to handle cases when Hyperdev apps may be down or not responding. After how many seconds I can safely assume that the server is not working correctly, and it is not ‘waking up’ ?
Thanks.
1 Like
Hi Em-Ant,
it depends a bit on the current load on the servers, but we are still working on a mechanism that will make waking up as lightweight as possible.
I would say that if it does not come up in 10 seconds, it is not going to show up. But most of the time, you should see a response in less than 2 seconds. If the application is up already, the average response time is below 0.5 seconds.
1 Like