Hey everyone
I have simple API app written in vapor. Always, after some changers I send the project to my Amazon AWS and there I type vapor run &. Everything
is working for some time (sometimes it is minutes, sometimes hours) and then is shutting down. Is there any critical logs which can explain why this is happen?
I also noticed that server is logging Connection reset by peer (errno: 104) but it is still working
Is there anything in the console at all (where you run vapor run from) when it executes? There are a few possible reasons - out of memory, hitting something in Foundation that isn’t implemented or being killed by another process. Other than that it should be pretty stable