#33088: Django Heroku: remaining connection slots are reserved for 
non-replication
superuser connections
-----------------------------------------+------------------------
               Reporter:  Daveson217     |          Owner:  nobody
                   Type:  Bug            |         Status:  new
              Component:  Uncategorized  |        Version:  3.2
               Severity:  Normal         |       Keywords:
           Triage Stage:  Unreviewed     |      Has patch:  0
    Needs documentation:  0              |    Needs tests:  0
Patch needs improvement:  0              |  Easy pickings:  0
                  UI/UX:  0              |
-----------------------------------------+------------------------
 I recently deployed an app to Heroku  using Postgres free tier as
 database.
 I am using Django 3.2
 Everything was working fine until I started getting a mail with the
 following error:

 {{{
 Internal Server Error: /
 OperationalError at /
 FATAL:  remaining connection slots are reserved for non-replication
 superuser connections
 }}}

 This happens anytime I open the site. It just started doing this.
 I thought waiting a while would solve the problem,  but it didn't.

 1. What does this error mean?
 2. What causes the error?
 3. How can I solve it?

 My CONN_MAX_AGE is set to 500.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/33088>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/053.f2d5c539b35f4bcd03355241afeefea4%40djangoproject.com.

Reply via email to