Support the ongoing development of Laravel.io →

457 Threads

Newbie | “Recommendation Search Process”

Hello I'm relatively new to PHP so please bear with me if this question is stupid :) I'm using/learn...

0 Likes
2 Replies

Can queues be used to SELECT data from a mysql database?

Hi, I have 2 database queries running in a queue that uses iron.io to select some data from my datab...

0 Likes
1 Replies
posted 9 years ago

beanstalk console

So I decided to try out the beanstalkd and the beanstalk console on my laravel homestead vm. I made...

0 Likes
3 Replies
posted 9 years ago

How to set a timeout on Laravel Queue push?

I understand there is a 60 second timeout on laravel processes I pushing on the queue. I understand...

0 Likes
0 Replies

[Package] Eloquent/Database Queue Driver

Laravel 4 component that includes a Queue Driver called cron that simply stores queue jobs in the da...

0 Likes
2 Replies

Continuously scraping backend - how best to achieve in laravel?

I've been completely rewriting my site from my original plain php spaghetti code in laravel to make...

0 Likes
1 Replies
posted 9 years ago

Cannot start queue:listen in Supervisor when debug is false

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...

0 Likes
0 Replies

mail queue with attached uploaded file

I have a laravel REST service where cameras can upload photos using an HTTP Post command. The contro...

0 Likes
0 Replies

I am using iron.io for uploding the csv file but can't get the response from iron.io

Hi, I am using laravel framework.To upload the csv file via a third party API iron.io when i am usin...

0 Likes
0 Replies

Pretty URLs

Hello everyone, I'm making my blog in Laravel to learn something new but i'm stuck with urls. I mean...

0 Likes
2 Replies
Solved
posted 9 years ago

Checking if the queue is working remotely?

Hi, I have been having an issue where the queue deamon just stops running on the server and until it...

0 Likes
3 Replies

[ask] Chaining one to many relationship

It's been two days debugging. is there a way to chain this properly ? I tried $post = Post::has('com...

0 Likes
2 Replies
posted 9 years ago

Queue Fails Without a Reason

I have a job which has its first line Log::warning("start: $id"); and a last line Log::wa...

0 Likes
0 Replies

Remove reserve job on queue

Is there a way to remove/kill a job that is already on the queue's reserve?

0 Likes
0 Replies

Private Messages: How to group into conversations?

Hey all, I am building a PM system with the following DB (Currently - Open to suggestions) Users id...

0 Likes
3 Replies

Raw select using jenssegers Laravel-MongoDB

I add jenssegers Laravel-MongoDB package into my Laravel 4.2 project, and have a one problem. Maybe...

0 Likes
0 Replies

How to pass Sorting parameter to Repository

I have function all($columns = array(*)); public function all($columns = array(*)){ return $this...

0 Likes
0 Replies

Queue handling failed jobs

What is the best way to handle failed jobs? Maybe an email couldnt't send or an image couldn't resiz...

0 Likes
0 Replies
posted 9 years ago

how to config multi queue name

queue config: 'default => 'redis', 'connections'=> array( 'redis'=> array( 'driver' => '...

0 Likes
1 Replies
posted 9 years ago

Queue::failing - get exception thrown, or (better) stack trace

I have a queue which occasionally fails, and fires Queue::failing. this sends me a mail to let me kn...

0 Likes
1 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.