Code Monkey home page Code Monkey logo

Comments (4)

tareqtms avatar tareqtms commented on June 14, 2024

It's already there.

from php-shopify.

shawnhind avatar shawnhind commented on June 14, 2024

@warely just bare in mind that the library will keep retrying indefinitely in a while loop until it gets a success. This can be a huge problem if you have an application that runs concurrent workers that runs jobs in parallel. It can leave some of your worker processes hanging for indefinite amounts of time waiting for requests to succeed.

I ended up forking this repo to remove the retry logic and implemented it into our queue retry system.

from php-shopify.

warely avatar warely commented on June 14, 2024

@shawnhind Can you expand into what you did to create a queue retry system? I assume the loops can be broken by setting hard call limits for script execution times on the PHP script?

from php-shopify.

shawnhind avatar shawnhind commented on June 14, 2024

@warely well our app is in laravel and we use background jobs and Laravel's queue system to process some shopify data. When an API call fails due to throttling we re-queue the job with a delay. But the queue is set up to be prioritized in such a way that if there are other jobs to process it won't keep attempting ones that are failing. If I had left this libraries throttling code in, all the queue workers who started getting a throttle error would have kept being retried and tying up that worker instead of processing other things.

from php-shopify.

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.