Code Monkey home page Code Monkey logo

Comments (8)

ostark avatar ostark commented on June 26, 2024 1

Thanks for debugging this!

from craft-async-queue.

ostark avatar ostark commented on June 26, 2024 1

Symfony/Process 4.4.35 and 5.3.12 should work
symfony/symfony#44208

Check: composer info Symfony/Process | grep version
Update: composer u Symfony/Process

from craft-async-queue.

stevecomrie avatar stevecomrie commented on June 26, 2024

I'm experiencing the same issue.

I have two sites on Craft 3.7.21, both with Async Queue, one is working and one is failing.

Screenshot from 2021-11-23 12-32-51

The site that's working has symfony/process 5.3.7 installed, the one that's failing is using 5.3.11

Looks like about 19 hours ago, a change was made to symfony/process right at the spot where my error is occuring.

symfony/process@c209870#diff-a82f1f0b74256d93193ad7436778b39972f484e9286f70f203ef5b2aab052bc7

from craft-async-queue.

MattWilcox avatar MattWilcox commented on June 26, 2024

I can confirm that I have a project on Craft 3.7.21 which works and the composer.lock for that one is using symphony/process 5.3.7

"name": "symfony/process",
            "version": "v5.3.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/process.git",
                "reference": "38f26c7d6ed535217ea393e05634cb0b244a1967"
            },

and the one that is broken with Craft 3.7.21 is locked at symphony/process 5.3.11

"name": "symfony/process",
            "version": "v5.3.11",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/process.git",
                "reference": "6c99204de85d04ca17f16c466fc61896960b0636"
            },

from craft-async-queue.

MattWilcox avatar MattWilcox commented on June 26, 2024

This looks like a Symphony bug which they are addressing; just something in AsyncQueue that was exposing (but not causing) the issue.

symfony/symfony#44197

from craft-async-queue.

ostark avatar ostark commented on June 26, 2024

I'll keep the ticket open for a few days even if I consider this solved.

from craft-async-queue.

stevecomrie avatar stevecomrie commented on June 26, 2024

Symfony/Process 4.4.35 and 5.3.12 should work symfony/symfony#44208

Check: composer info Symfony/Process | grep version Update: composer u Symfony/Process

Confirmed this worked for me to force update my symfony/process version and re-install Async Queue without an issue.

from craft-async-queue.

MattWilcox avatar MattWilcox commented on June 26, 2024

Also confirming that a forced update to Symphony resolves this issue for me too. Nice work all!

from craft-async-queue.

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.