mitre / multiscanner

Modular file scanning/analysis framework
http://multiscanner.readthedocs.io/
Other
617 stars 125 forks source link

Maxing out db connections #174

Closed ptcNOP closed 5 years ago

ptcNOP commented 5 years ago

Need to make sure we are properly cleaning up db connections after completion.

OperationalError('(psycopg2.OperationalError) FATAL: remaining connection slots are reserved for non-replication superuser connections\n',)
ptcNOP commented 5 years ago

Fixed by #191