Any way to debug why my machine is not stopping?

I have a elixir phoenix app that just doesn’t seem to be scaling down to zero, despite having large periods of time of 0 http requests. I’ve tried autostart/stop settings, I’ve tried turning off all my genservers that could potentially be keeping the app active, tried disconnecting my telemetry, nothing seems to work. If I even manually stop the machine during these times, it just starts back up instantly.

I have another elixir phoenix app, much smaller and much less traffic, and with the same settings it scales down no problem.

Is there anything where I can debug this?

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