GithubHelp home page GithubHelp logo

Comments (1)

Namoshek avatar Namoshek commented on July 17, 2024

Using the sync queue driver is a bad idea in this case as it will run the job during execution of the MQTT client which can cause a lot of different issues, especially timeouts.

The redis driver however should work and I'm not sure why it doesn''t. I've not been using the MQTT client with Laravel for quite some time, so I don't have a suitable test setup right now. Maybe you can 1) provide the full code (Artisan command and job) as well as 2) try to dispatch the job differently: Bus::dispatch(new HandleMqttMessage($topic, $message)). If I'm not wrong, dispatching the way you did will only dispatch the job on disposal and that might be an issue here.

By the way, how many messages are you processing at this time?

from laravel-client.

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.