GithubHelp home page GithubHelp logo

Comments (5)

jdufresne avatar jdufresne commented on May 25, 2024

Ping?

I'm very willing to fix this I just need to know what the intention of the implementation is. Thanks.

from celery-php.

gjedeer avatar gjedeer commented on May 25, 2024

Hi, i don't have access to a computer for the next few days so it's a bit hard to assist you until then.

I remember some pull request changing the code you're referring to, so 'git blame' should refer you to the right one. Anyway, i'll help you when I'm back online.

Sent from my Android device with K-9 Mail. Please excuse my brevity.

from celery-php.

jdufresne avatar jdufresne commented on May 25, 2024

Hi @gjedeer

Have you had a chance to consider my questions above? I'm willing to put in the work to fix this bug. I'm just trying to avoid wasting time by following the intended design and avoid introducing new bugs.

from celery-php.

gjedeer avatar gjedeer commented on May 25, 2024

Why would you like to create a new Celery instance for every task? The intended usage is: create 1 Celery class instance and call PostTask multiple times.

This way, tasks are posted much faster because connection is reused - and not established when posting each task.

Do you have a good use case where you need to create a Celery instance every time?

from celery-php.

jdufresne avatar jdufresne commented on May 25, 2024

Any chance you could release a new version with this fix? At the moment, I'm stuck pulling from the git repository, but I'd prefer to use a stable release through composer. Thanks.

from celery-php.

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.