Support the ongoing development of Laravel.io →

388 Threads

Question about queuing and cache

Hey guys I'm developing an app across Windows and OS X. Is it okay to use the 'database' option for...

0 Likes
1 Replies

How to catch \Predis\Connection\ConnectionException

I have enabled REDIS as default CACHE_DRIVER instead of FILE, but if redis instance is down for exam...

0 Likes
0 Replies

Order by module relationship properties sum

I'm developing plugin archive, for one community. So basically I got few tabs where plugins are orde...

0 Likes
1 Replies

Ajax call hangs server

I have ajax call which is executing after DOM is loaded: $(document).ready(function() { if ($('#...

0 Likes
0 Replies

Laravel API not responding quick enough

Hi, I have developed an API for an Angular front-end (https://brandhunt.co) The problem is that I ge...

0 Likes
2 Replies

is Event and Listener are important to use in laravel ?

Hi friends is Event and Listener are important to use in laravel if yes , why ? i'm feeling that it'...

0 Likes
1 Replies

Not all jobs get deleted from beanstalkd

Hi. This is my first post. I've got an application that uses beanstalkd as a task queue. Jobs are...

0 Likes
1 Replies

[package] process job on laravel events with node

hi, i just released a package to process job on laravel event you just need 5 minutes to setup ;) l...

0 Likes
1 Replies
posted 7 years ago

Synchronize jobs Laravel

I have 4 methods: A, B1, B2, B3 and want to encapsulate their execution in separate jobs. A generate...

0 Likes
2 Replies

belongsToMany three table

Hello. I have problem with relationship three table. We have the tables users - id - username compa...

0 Likes
2 Replies

How to populate failed_jobs table?

Hi! I am using php-resque and redis for my queues. Succesfully listen to queues from terminal (Debia...

0 Likes
2 Replies
posted 7 years ago

Multi process worker queue issue

Hi all, i have a process executed by worker daemon (php artisan queue:work). I set supervisor to run...

0 Likes
2 Replies

Notifications inside a command

Hi guys, any of you tried to send the notification from inside a Command? I am using the notifiable...

0 Likes
0 Replies

Jobs issues since passing from 5.1 to 5.2

Hello there, I tried to pass from version 5.1 to 5.2, following the available tuto on laravel.io. Bu...

0 Likes
1 Replies
posted 7 years ago

Run a job at a specific time

Hi! I'm planning to create events for my users. An event has a start date and an end date, and at th...

0 Likes
3 Replies
posted 7 years ago

[5.3] Supervisor multiple processes?

This is weird, I have supervisor to keep my queue going, but when I upgraded to Laravel 5.3 my proce...

0 Likes
0 Replies
posted 7 years ago

Events are still serial, how do I make the async?

I have a Stripe charge being created, that then on success creates a row in my DB and updates variou...

0 Likes
1 Replies
posted 10 years ago

Run multiple queue jobs the same time, with Beanstalk and Supervisor??

I have an app that will loop through a lot of domains and run CURL on them. With Laravel's Queues us...

0 Likes
5 Replies
posted 7 years ago

Laravel 5.2 - Queued jobs remain in queue after successful completion

Hello, I'm having a very strange issue using queues with the "database" adapter. When I ru...

0 Likes
1 Replies
posted 7 years ago

Lumen Queue::push(new ExampleJob) works in local but not on the server

Hi Dev's , i am using the "QUEUE_DRIVER=database" and "Queue::push(new ExampleJob)&qu...

0 Likes
3 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.