Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Accepted Answer
I have solved this.
The problem is it was configured to be a web server, and they were performing an automatic health check after 90 seconds to see if my server responded, which it did not because it is not a server, so it killed the app.
I was not aware there are different types of apps, and one can be a worker without a web server, which is what I need. After switching to this resource type, it is now running just fine.
Heya @skeddtemp,
That’s really weird.
By saing it’s starting to work, do you mean it works and as soon as you open your app it fails or it says it’s working for sometime and it fails without any interaction?
As soon as it fails do you see anything in the logs?
Hi I am experiencing the same issue on a swift Vapor project that was running fine until now.
No idea what is happening :/ Is there a way to get some help @KFSys ?