Remix.run Logo
esseph 4 hours ago

Error proxying request to container: There are more than 4096 concurrent connections inbound to the container, surpassing the limit

TZubiri 3 hours ago | parent [-]

Do you

A) remove container, use raw process

B) 4096 concurrent connections is plenty, start dropping them and filtering more aggressively

C) Slap that cloudflare thingy and call it a day (same error rate, but users get told they are robots so it's their fault)

D) Just restart the server, the problem is no longer there, anyways

dwroberts 21 minutes ago | parent | next [-]

The correct answer is E, you run more containers

avaer an hour ago | parent | prev [-]

Dunno how this page is implemented, but the only thing that can't be trivially infinitely scaled is the streaming; the correct solution is probably to farm that out to a service. LiveKit or something fatter. 4096 connections is not necessarily enough for a livestream of anything.