#Appmodule dependency Initialization taking too much time

4 messages · Page 1 of 1 (latest)

deep garden
#

Hello! Appmodule is taking around 40 seconds to initialize when it should only take around 1-2s. What can be the possible reasons it is possible?

pure river
#

You could get more info when you enable debug logs by setting env variables DEBUG='*' and NEST_DEBUG=true.
My guess would be that some service is trying to connect to something that's not running — redis, database etc

deep garden
#

I did it. But is there any way to get time in between Resolving, Looking for and Found Logs?

exotic canyon