Support the ongoing development of Laravel.io →

458 Threads

Modify Queued Jobs Laravel

I am using redis queue on laravel and i have been struggling with it. Is it possible to retrieve a q...

0 Likes
1 Replies

Listening for event error

Basically, i'm sending out an event; Pusher is receiving it on their debug console. YET my other bro...

0 Likes
1 Replies
posted 7 years ago

Release back to the queue without incrementing attempts

We have a use case where we are using the queue to create HTTP requests and we're keen to not effect...

0 Likes
1 Replies

Multiple crons / administrative tasks

Hi, I currently utilize tasks scheduling, it works via web server user's (www-data) crontab. Now I n...

0 Likes
0 Replies

How to manually (and externally) serialize JSON to push onto queue for processing?

Hi, I have a Laravel 5.3 installation running as a pure API application and need to connect from sev...

0 Likes
0 Replies

Reschedule Jobs

Hello, I might have a simple problem but it really bothers me. I have a model that has an 1:1 relati...

0 Likes
1 Replies

Throttle e-mail sending? SES + Redis Queue

Hi, I'm currently using Amazon SES to send e-mails and have configured Redis to queue them. But my s...

0 Likes
0 Replies

Import / Export of CSV file?

How to create functional of importing and exporting Data Base rows. For example: i have 10 000 produ...

0 Likes
1 Replies

Non-default queues and workers

Today we were trying to setup a queues, using 5 workers. We found that, when a job is dispatched to...

0 Likes
0 Replies

Queued Job Dependencies

The app I'm working on now interacts with a number of third party services, in some cases more than...

0 Likes
3 Replies
Solved
posted 7 years ago

I can't start queue in Laravel 5.4?

I want to queue and send mails with database based queue driver. I can send emails with that: Mail::...

0 Likes
0 Replies
posted 7 years ago

Queued event callback when done?

I'm using the following code to have an event run in the background (sending emails) class SendEmail...

0 Likes
0 Replies
posted 8 years ago

Laravel 5 making the queue listener to handle jobs pushed by an external entity??

Can a Laravel application listen/consume messages from a queue for which it did not push messages to...

0 Likes
1 Replies

Laravel Mailable Headers

Hi! First time posting here but always reading issues and solution. Great Forum. My issue is that I...

0 Likes
1 Replies
Solved

Infinite scroll with custom queries in Laravel 5.3

Hi how can I implement infinite scroll with custom queries in Laravel ? Something like : $query = Se...

0 Likes
0 Replies
posted 7 years ago

Queueing Algorithm

Hi! I hope this is the right place to ask this. I want to queue one job per user per minute. Not all...

0 Likes
0 Replies

Htpasswd and API Upload

Hello, i have on my test Page secure with a Htpasswd. Webserver: nginx with PHP 7 Now my Problem. I...

0 Likes
0 Replies

Class Not Found Calling a Laravel Script from Supervisord

I'm using Laravel workers to execute some background tasks. When I invoke the worker using 'php arti...

0 Likes
1 Replies
Solved
posted 7 years ago

[ErrorException] Undefined index: URL - When running command and using Localization

Hi! When i use trans() or Lang::get() in a Laravel 5.0 Queue command, its says [ErrorException]...

0 Likes
0 Replies

Queue stopping mid-code

Hi, I have a treatment that generates 2 PDF files, and then send them by mail. When I run this direc...

0 Likes
1 Replies
Solved

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.