What happens to existing connections/requests when deploying?

When an app gets deployed, what happens to existing connections/processes on the old instances?

For example, let’s say I make a request to my app and it runs for a minute, and then streams a response back. If I deploy while this request is running, does it just get killed or does Fly let this request finish, and then deploy the new machines?

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