Virtual machine exited abruptly

My app was processing messages from Kafka and suddenly it stopped and in the middle of processing. I don’t see any resource issue either. Is this based on auto shutdown because no HTTP request is coming in during this ? How to handle it from not terminating while processing ?



p

See this reply :slight_smile:

so If I ping my app for every message it process it should keep the app alive ? is there a private address for the app that I can call to avoid going public route or do I need to call my hostname to hit fly proxy ?

The link I shared should work for your usecase.

is there a private address for the app that I can call to avoid going public route or do I need to call my hostname to hit fly proxy ?

Yeah, they’re called flycast addresses. They’re private addresses that go through the proxy. See Private Networking · Fly Docs

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.