Mapiarz

Results 24 comments of Mapiarz

Hi all. I'm still experiencing the above problem. Metabase keeps taking up more and more connection slots until nothing is able to connect. Is this regression known?

Here's diagonostic info: ``` { "browser-info": { "language": "en-US", "platform": "Linux x86_64", "userAgent": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:81.0) Gecko/20100101 Firefox/81.0", "vendor": "" }, "system-info": { "file.encoding": "UTF-8", "java.runtime.name": "OpenJDK...

@flamber We are not self-hosting Metabase, we are using the Metabase Cloud Starter plan. As for other questions: - Yes, sorry, I'm talking about Postgres - No pgbouncer or equivalent...

@flamber Some answers: - Not using SSH tunnel - Just 1 postgres DB configured - The default sync process does not seem to make Postgres run out of available connection...

@flamber Thank you and lmk if you need anything else to reproduce.

@flamber Hi. We experienced this again last evening. Nothing changed on our end config wise since the last time. Is this issue still being investigated?

@cveilleux It probably has to do with eager mode, yes. Please stop suggesting I switch the broker. I'm already on RabbitMQ because I switched from Redis to work around other...

@bellini666 Hey! Fair point about the dataclass. Nonetheless: 1. It works with dataclass for the filter 2. A `strawberry_django.type` has to be related to a specific django model. What if...

Thanks @bellini666. >The idea of the cursor being something "opaque" is to ensure that the server itself can use any info in there that will allow it to do the...

> And for curiosity, the official graphql-relay-js does the same for its [ArrayConnection](https://github.com/graphql/graphql-relay-js/blob/main/src/connection/arrayConnection.ts#L132), which is a limit/offset approach and cursors are converted to a base64 version of arrayconnection:1234 I'm disappointed...