Getting a connection error when we try to update the metrics in experiment, not sure what it means, something we need to change on our connection permission?
gorgeous-caravan-72440
03/03/2022, 12:00 PM
here's the error screenshot
f
future-teacher-7046
03/03/2022, 1:27 PM
Can you check what the connection limit is currently for the GrowthBook user?
select * from pg_user_info
future-teacher-7046
03/03/2022, 1:34 PM
If it's really low, you can just increase it with something like
ALTER USER growthbook CONNECTION LIMIT 20;
If it's already pretty high, that might indicate a memory leak in our query engine that we need to fix.