Changes between Version 2 and Version 3 of Ticket #31373


Ignore:
Timestamp:
Mar 17, 2020, 2:58:01 PM (4 years ago)
Author:
Marcin Nowak
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31373 – Description

    v2 v3  
    11Project upgraded from 2.x to 3.0.4 is leaking PostgreSQL database connections.
    22ATOMIC_REQUESTS=False, AUTOCOMMIT=True, CONN_MAX_AGE=0
     3UWSGi threads are enabled (`--enable-threads`) 
    34
    45After few hours all posgtress connections are used (too many connections error).
Back to Top