Giter Club home page Giter Club logo

Comments (6)

dusterio avatar dusterio commented on June 24, 2024

Hmm, thanks for the notification, I will check this tomorrow!

from laravel-aws-worker.

dusterio avatar dusterio commented on June 24, 2024

Hmm, I tried this both in Laravel 5.4.16 and Lumen 5.4.5 - it worked fine in both.

Where did you get Lumen 5.4.13? I don't see it in releases on GitHub: https://github.com/laravel/lumen-framework/releases

from laravel-aws-worker.

EdwinDayot avatar EdwinDayot commented on June 24, 2024

My bad, it was 5.4.5, I'll update the issue.

Maybe I'm not doing the right things to make it work:

bootstrap/app.php:

$app->register(Dusterio\AwsWorker\Integrations\LumenServiceProvider::class);

My config/queue.php is properly configured (with env variables) and I use this:

event((new MyEvent($myParams)));

I should probably make some precisions: the MyEvent class implements the ShouldBroadcast interface since I want this event to be broadcast through Pusher. Following the "Event Broadcasting" section of Laravel's documentation, the event should be pushed to (default or selected) queue.

Maybe I'm not using the right library since it was initially developed for Jobs and not Events ?

from laravel-aws-worker.

EdwinDayot avatar EdwinDayot commented on June 24, 2024

Any news about this issue ?

from laravel-aws-worker.

dusterio avatar dusterio commented on June 24, 2024

@EdwinDayot well, I couldn't reproduce this :/ maybe it's related to your app or your specific use? Sounds like a recursive loop somewhere?

from laravel-aws-worker.

hakuno avatar hakuno commented on June 24, 2024

My Lumen (5.4) also has this problem.

Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 8031165417414817424 bytes) in C:\Apache24\htdocs\lirico\vendor\laravel\lumen-framework\src\Concerns\RegistersExceptionHandlers.php on line 47

from laravel-aws-worker.

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.