Server Uptime

Learn about our server's uptime.

Server Uptime & Cold-Start Behavior

Base API URL: https://api.nsey.crickdevs.com

What to expect

To save resources, our server will go to sleep after 5 minutes of inactivity. When the server is asleep, the first request after a period of inactivity may take a bit longer while the server "wakes up" (a cold start). Subsequent requests are served normally until the server becomes idle again.

  • Sleep timeout: 5 minutes of no incoming requests.

  • Cold start: the first request after sleep will be slower (depends on infrastructure).

  • Normal behavior: once awake, requests return at normal latency.

Last updated