I've created an application that connects to Mongo...
# ktor
k
I've created an application that connects to MongoDb atlas cluster and is hosted on heroku. My question is, when the api server application is idle for long time, and the next client request comes in, does the server application start from its defined main entry point (in my case it's `Application.module`())?
a
If a server is still running then yes.
👍 1
a
Know that Heroku is know to shutdown idle inatances and reboot them when there is incoming request