Support the ongoing development of Laravel.io →

387 Threads

posted 9 years ago

Queue isn't calling correct class method

I'm using the queue and wanting to call methods out of my class. So I'm using: Queue::push('MyApp\Se...

0 Likes
0 Replies
posted 9 years ago

Poping multiple jobs from queue

Is it possible to pop multiple jobs from queue? or something like multi-processing or parallel proce...

0 Likes
0 Replies
posted 9 years ago

Synchronous processing of queues

I am running a task that is scraping a website after logging in. My queue driver is beanstalk. When...

0 Likes
0 Replies
posted 9 years ago

Beanstalkd + Mail attachment = Failing to send.

#TLDR: Beanstalkd Queue not sending emails with attachments. Hi, I'm having some issues with Beansta...

0 Likes
4 Replies
posted 9 years ago

Built-in Redis Queue vs PHP Resque

Just out of curiosity, I'm wondering if anybody has any experience with using both the built in Redi...

0 Likes
0 Replies

Binding/linking two users together

I'm building a unittest system. At some point I want to bind two users together in order to make an...

0 Likes
0 Replies
posted 10 years ago

Laravel + IronWorker example

Anyone knows any useful example using Laravel with Iron.io IronWorker demonstrating queueing of proc...

0 Likes
9 Replies

Delegating mission critical tasks to third party services

I'm working on a mission critical application. The application fetches Stock Market data from differ...

0 Likes
0 Replies
posted 9 years ago

Beanstalk queue not running, kicking does not work

Hi, my Queue isn't working. I only see this: When I kick, it stays in the same state. What's wrong?...

0 Likes
1 Replies

Redis Queue

I'm using Laravel queue system for the first time and I have some questions about the architecture :...

0 Likes
0 Replies
posted 9 years ago

Performance and Laravel Queues

We have been using beanstalkd with Laravel queues. We noticed significant performance issues on web...

0 Likes
1 Replies

Custom Validation Method

I am new to Laravel coming from another framework and needing some help creating a custom validation...

0 Likes
1 Replies

Redis notification system

I'm looking into using the built in support of Redis in Laravel for a notification system. I'm tryin...

0 Likes
1 Replies

Laravel + Beanstalkd + Supervisor

Hi! I encountered a really strange problem with my configuration for Beanstalkd and Supervisor. The...

0 Likes
1 Replies
posted 10 years ago

Failed Job with Beanstalkd

I want to track failed jobs with beanstalkd. So far I've setup the failed_jobs table and created som...

0 Likes
3 Replies

where clause with substruction?

i use to build a query like this: $query->where (col1 - col2) > 2 how can this be done with th...

0 Likes
2 Replies
posted 9 years ago

Queues vs cron jobs

Hello everyone Im quite new in laravel framework, but i like the way how it works. Now im building o...

0 Likes
2 Replies
posted 9 years ago

View items in Queue

Hey guys, I've been using the Queue system in laravel 4 and it works great! - I was wondering if the...

0 Likes
1 Replies
posted 10 years ago

Beanstalkd and Mail::Queue

I'm sending more or less 200 emails... Queue is working great but suddently it stops sending and lar...

0 Likes
2 Replies

DirectAdmin cronjob and Custom Command with Laravel 4

Hi guys, I wanne run my command every minute i made: generate:xml In the console it works fine, but...

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