I find that when I update runtime_env, the application will be shutdown and start a new one.
I have a question about whether there is any solution to reduce the downtime in this case.
I mean instead of removing the current application → create a new one. It should create a new one → forward traffic to the new application → remove the old application
Thanks.