Hi, I've and app on a server an when it's in debug mode I can run task in Supervisor, but when I cha...
I have a laravel REST service where cameras can upload photos using an HTTP Post command. The contro...
Hi, I am using laravel framework.To upload the csv file via a third party API iron.io when i am usin...
Hello everyone, I'm making my blog in Laravel to learn something new but i'm stuck with urls. I mean...
Hi, I have been having an issue where the queue deamon just stops running on the server and until it...
It's been two days debugging. is there a way to chain this properly ? I tried $post = Post::has('com...
I have a job which has its first line Log::warning("start: $id"); and a last line Log::wa...
Is there a way to remove/kill a job that is already on the queue's reserve?
Hey all, I am building a PM system with the following DB (Currently - Open to suggestions) Users id...
I add jenssegers Laravel-MongoDB package into my Laravel 4.2 project, and have a one problem. Maybe...
I have function all($columns = array(*)); public function all($columns = array(*)){ return $this...
What is the best way to handle failed jobs? Maybe an email couldnt't send or an image couldn't resiz...
queue config: 'default => 'redis', 'connections'=> array( 'redis'=> array( 'driver' => '...
I have a queue which occasionally fails, and fires Queue::failing. this sends me a mail to let me kn...
I was trying to record some data to other table when the jobs fails. It works great in failed jobs t...
This will help track all emails sent. prioritize email sending. speed up user exp. (as emails will...
I am building an app which is a graphical interface to git repositories and indeed Composer dependen...
Hi, If i try to send an email, even without the queue the error 'Class queue.worker does not exist'...
I am at a standstill when it comes to this. I would like for there to be no issue or hang-up if mult...
Good day for everyone! I want to ask a help in solving my problem. I'm sending localized emails from...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community