Support the ongoing development of Laravel.io →

458 Threads

Schedule jobs + Cli command or Controller->Route script + Cron Job?

Hello, I'm having an issue what is best approach to schedule job in laravel. Setup is like this: The...

0 Likes
1 Replies
Solved

Queuing/throttling client apis that are throttled

I am working on a project that involves accessing client apis on their behalf. these apis have thro...

0 Likes
0 Replies

Search Query doesn't work properly

Hi, I have create search keyword query for my cart. If I debug query with ->toSql() it display an...

0 Likes
0 Replies

Laravel Queue

I am using queue and pushing queue in controller with $this->dispatch() method, but it does not r...

0 Likes
1 Replies

SQS Duplicate messages handeling

I am running a queue process using Amazons SQS and a separate machine that processes the jobs (a wor...

0 Likes
1 Replies
posted 9 years ago

Queue worker for one particular queue/tube

I am using Beanstalkd, and I want to queue particular types of jobs to different tubes (mail to one,...

0 Likes
1 Replies

Laravel listeners to specific queues/tubes only.

Hi, Is it possible in Laravel 5.2 to have two listeners listening to just specific queues only, so f...

0 Likes
0 Replies
posted 7 years ago

Laravel 5.0 Commands and Queues

Hi, I'm having some difficulty using Commands and Queues with a Laravel 5.0 project. I've used Jobs...

0 Likes
2 Replies

Laravel Installation Problems

Hey, So, I was following a tutorial to get Laravel up & running, and I did everything it asked....

0 Likes
3 Replies

Service Container not resolving the same inside Job

Running Lumen 5.2.6 When I fire up a Job, if I do this: public function handle(Application $app)...

0 Likes
0 Replies
posted 7 years ago

Dynamically created queue listeners - how to ?

Hello, I have a case were I need to open dynamically queue and place some jobs in it - by it self is...

0 Likes
1 Replies

Mail::queue() appears to send mail twice or more.

I'm using Laravel 4.2, IronMQ and Mailgun to send emails on the live site. For some reason two - som...

0 Likes
0 Replies
posted 8 years ago

Background processing with Jobs - Am I taking the right approach?

hello everyone- Here is my situation. I am building a data upload tool for end users (this may sound...

0 Likes
1 Replies

Timed Queue Request - Per User

Heya, I'm making some API requests to a service, and they have a leaky bucket policy. Maximum of 40...

0 Likes
0 Replies

Remove expired data from database

Hi, Is there any interface for removing expired data from database? For example I have tokens for ve...

0 Likes
0 Replies
posted 8 years ago

Heroku queue installion

I deployed a test app on heroku, here what the Procfile contains web: vendor/bin/heroku-php-apache2...

0 Likes
0 Replies

Issue with Queues and Namespaces. ReflectionException

I am using 4.2 and having the following issue. This command returns an error response. root@3900fe6e...

0 Likes
2 Replies
Solved
posted 8 years ago

Queue and send emails later

Hi. I'm trying to use queue in my app. I have a form which allow the admin to define a date to send...

0 Likes
2 Replies

Sending email using gmail is taking too long

I am sending an email using gmail smtp but it takes too long to send and just exceed on the 60 timeo...

0 Likes
11 Replies
posted 8 years ago

Non-default queues with Artisan::queue()?

Hello, I'm using the Artisan::queue method to queue tasks, and it works very well. From the Laravel...

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