canonical / test_observer

Flutter based dashboard for visualising SRU regression test results
3 stars 3 forks source link

HOTFIX: Allow more simultaneous connections to the database #197

Closed omar-selo closed 4 months ago

omar-selo commented 4 months ago

Description

API is struggling right now on production due to not enough connections available. This increases the amount. Postgresql currently can handle 100 connections concurrently. But I've set it to 20+30=50 in api server so that in the future we can add another api replica. I hope this is enough.