how can I make my app to run always and not pause or shutdown

how can I make my app to run always and not pause or shutdown

Have you seen the documentation about auto start/stop machines?
Ref: Automatically Stop and Start Machines · Fly Docs

I’ve recently run into it and set my apps with:

  auto_stop_machines = false
  auto_start_machines = false

Just keep in mind that this will cost you extra money!