Support the ongoing development of Laravel.io →

454 Threads

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

mass import to database with relatives

Hi guys. I missunderstand something. I have two tabels: Products (id, sku, brand, name, etc.) publi...

0 Likes 0 Replies

job (exception not caught?) or delay not working?

I work with jobs to send back webrequests (GET) to urls a user defined. To save load of my server I...

0 Likes 0 Replies

Error running Queue

I have a Queue, which I'm trying to insert a job but, getting the following error: Next Illuminate\D...

0 Likes 0 Replies

TaskQueue.php Error - Laravel 5 & Forge

When running any Posts and Model::create function within Laravel I am being greeted with the below e...

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.

© 2023 Laravel.io - All rights reserved.