I have deployed a django app (on ASGI using uvicorn) and getting a lot of OperationalError FATAL: sorry, too many clients already
It seems that this is a known issue #33497 for django 4.x and ASGI, but I cant find anything on it (other than acknowledging it) so far
Is there some way around this, or should I switch to WSGI (or downgrade to 3.2)?
It seems to me that this is a blocking issue for using to ASGI altogether. Shouldn't it be better documented? (unless I missed it)