Vapor 3 is shutting down after some time

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

Thank you in advance for your help

@0xtim Can you please help with this when you get a chance? Thank you - much appreciated! :]

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

This topic was automatically closed after 166 days. New replies are no longer allowed.