I know there is only one connection allowed at a time. I ran into a problem as I have set up a rolling deployment where a new container first spins up and once its healthy, the other old container is shut down.

Since I have this small period of time (a few seconds) where the two containers are running simultaneously to avoid downtime, I run into the problem of exceeding the max connection limit.

Do you think it could potentially be a future feature to allow two simultaneous connections for a short period of time, 1min for example? Just an idea :slight_smile:

Thanks

1 Like