Klaus Viisainen

Results 19 comments of Klaus Viisainen

https://github.com/hasura/go-graphql-client seems to provide subscriptions

We also ran into this yesterday, I assume it is related to this issue https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/2692 Is that condition block blocking the controller from adding the tags that the condition requires?

Hmm, we've done some hacks to bypass openfga for the problematic checks for now. Increasing the timeout was not an acceptable solution for us. The max conns is already quite...

Hi @jon-whit , here's a sample store export with an example of a very expensive `can_view` check. [slow-store.txt](https://github.com/openfga/openfga/files/15357695/slow-store.txt) (its actually yaml, but gh doesn't allow uploading those) To reproduce: -...

Also is there indication to when the indexing will be implemented?

Hey, just upgraded from 1.5.3 to 1.5.8. The performance has gotten better, especially for request that return allowed. However a large number disallowed checks still cause openfga to start timing...

It looks like the `dispatch_count` has been reduced, but the `datastore_query_count` remains high. Examples for the same query: 1.5.3: ``` "datastore_query_count": 488, "dispatch_count": 486 ``` 1.5.8 ``` "datastore_query_count": 488, "dispatch_count":...

@rhamzeh PS: thanks for the security alert. Might be an idea to include such notices on the release notes, so people know to avoid the release.

> I'm not sure if what I experienced was exactly what was happening here, but for anyone else stumbling upon this thread via Google search, like I did, the issue...

This is still happening on `"drizzle-kit": "0.31.6"`. Is there any workaround for it?