GithubHelp home page GithubHelp logo

Parallel request (?) about apisauce HOT 10 CLOSED

infinitered avatar infinitered commented on August 20, 2024
Parallel request (?)

from apisauce.

Comments (10)

skellock avatar skellock commented on August 20, 2024

Hello.

There's nothing specifically written in apisauce or axios that would queue requests up like this.

I know in some browsers, they have a per-domain limit. It used to be 2 connections per domain, but I haven't looked recently. It's probably different per browser now.

Are you using React JS or React Native? Sagas?

Could this be a server side queue or throttle?

from apisauce.

adrianha avatar adrianha commented on August 20, 2024

Im using it on react native and redux thunk for create async action. I think its not server side issue, theres no queue or throttle..

from apisauce.

skellock avatar skellock commented on August 20, 2024

Are you able to place some log statements in? Both before & after your fetches? With some timestamps? And post 'em here? I'd love to see the timing.

from apisauce.

adrianha avatar adrianha commented on August 20, 2024

Here's the screenshot attached.
Fetching first & second request (1)
1
Fetching first & second request (2)
2
Fetching only second request
3

It looks like the second request waiting for some first request to be done..

from apisauce.

skellock avatar skellock commented on August 20, 2024

You're kicking off 38 simultaneous requests! iOS will only let you do 4 in parallel.

Are you able to change the API to support asking for multiple products at a time?

If not, you'll have to write a priority queue to allow your "requests" to get priority over your "batches".

from apisauce.

adrianha avatar adrianha commented on August 20, 2024

ah thanks @skellock , i dont know there are limitations on parallel request. Yes, i think i need to request better API support for this request. Great library by the way 👍

from apisauce.

skellock avatar skellock commented on August 20, 2024

Thank you. Glad it's useful. Axios does the heavy lifting. We just put a little extra on top.

from apisauce.

adrianha avatar adrianha commented on August 20, 2024

@skellock , is there any guide or API that can be used to write a priority queue for request?

from apisauce.

skellock avatar skellock commented on August 20, 2024

https://github.com/sindresorhus/p-queue will do the trick.

Instead of calling api.get('') directly, your apisauce wrapper could add things to the queue instead.

from apisauce.

adrianha avatar adrianha commented on August 20, 2024

Thanks @skellock ! i will take a look.

from apisauce.

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.