Maria Ines Parnisari
Maria Ines Parnisari
Now that we have two optional Check resolvers (cache + dispatch throttling) and potentially more in the future (Singleflight resolver), we might look to compose this a different way.
See https://github.com/openfga/openfga/pull/1317#discussion_r1465524541
FYI, I have this code ```yaml - name: helm setup uses: koslib/helm-eks-action@master with: command: | aws eks update-kubeconfig --region ${{ secrets.AWS_REGION }} --name ${{ secrets.CLUSTER }} echo 'KUBE_CONFIG_DATA> $GITHUB_ENV echo...
> This code is overly complex and I loath changing it. 😠> > I'm probably missing something obvious, but where are we demonstrating there is a a deadlock and...
@Baliedge i don't know what to do about the newly failing `TestLeakyBucketDivBug`. It seems to be failing because of the immediately preceding test `TestHealthCheck`. When I run it in isolation,...
@Baliedge `make test` still fails locally ðŸ˜
@Baliedge please see https://github.com/mailgun/gubernator/pull/223 for those failures
@thrawn01 > What are we testing here? GPRC's load balancing or the ability for gubernator to distribute the hits to the rest of the cluster? I didn't write the test...
FYI, this isn't limited to k8s. We run on ECS and see something similar. These logs seem to coincide with our deployments. ``` time="2023-10-25T23:47:56Z" level=error msg="error sending global hits to...
I stumbled upon this issue yesterday because I saw in our server logs that, for any given request, 429s were always returned by one specific host in our cluster (the...