Support the ongoing development of Laravel.io →

387 Threads

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

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

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
posted 7 years ago

Queue Work Command duplicates consumers

Hello Am using mayconbordin/l5-stomp-queue as a Stomp ActiveMQ reader the problem is when i use the...

0 Likes
0 Replies

Multi scheduler

How can I check/solve my issue with scheduler. Q: If I set multiple command as per below but it work...

0 Likes
1 Replies
posted 7 years ago

queueable commands

Hi to all I'm trying to implement a very simple queueable command. The code is as follow: <?php n...

0 Likes
12 Replies

Queue processing problem using Beanstalkd: Sometimes jobs don't run

Laravel 4, Beantalkd, Supervisor, and Beanstalk Console These are the columns in the console for obs...

0 Likes
2 Replies

Generate dynamic URL?

Laravel 5.3 I have search results, need to do results per page. URL is dynamic. Depends on search r...

0 Likes
0 Replies

beanstalkd NOT under supervision, why?

Just about every "production" queue setup I've seen puts workers under supervision, but do...

0 Likes
0 Replies

Question about queuing and cache

Hey guys I'm developing an app across Windows and OS X. Is it okay to use the 'database' option for...

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.