Code Monkey home page Code Monkey logo

Comments (4)

jongillham avatar jongillham commented on June 16, 2024

Are you able to replace the calls to this package with the default Google ones and see if it is the underlying service getting overloaded instead of anything to do with this package?

It could also bee that the API limits have changed (

nds/put.go

Line 16 in 8ce2dd5

const putMultiLimit = 500
) or there are more than an acceptable number of concurrent connections to the underlying infrastructure:

nds/put.go

Line 57 in 8ce2dd5

putKeys[i], errs[i] = c.putMulti(ctx, keys, vals.Interface())

from nds.

nabapadma avatar nabapadma commented on June 16, 2024

@jongillham
but the problem is with the cache server. as far as the datastore don't have any issue with this putMultiLimit limit.
you see it is showing cache.DeleteMulti and cache.SetMulti connection refuse.
so are there any specific settings for redis server to avoid it or which end actually need to be debug to understand that?
did anyone face this connection refuse issues before.

from nds.

jongillham avatar jongillham commented on June 16, 2024

Apologies — I missed that it was the cache function. I wonder if @someone1 has any idea? I have not used the package in a long time.

I would potentially load test https://github.com/qedus/nds/blob/v2.0.5/cachers/redis/redis.go by itself if possible. I can't see anything to help when I search the web.

from nds.

nabapadma avatar nabapadma commented on June 16, 2024

@jongillham
could you just make a load test script for https://github.com/qedus/nds/blob/v2.0.5/cachers/redis/redis.go .
that would be great.

from nds.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.