https://www.growthbook.io/ logo
g

gorgeous-caravan-72440

03/03/2022, 12:00 PM
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?
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
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.
g

gorgeous-caravan-72440

03/03/2022, 1:55 PM
cool thanks, let me check
5 Views