Support the ongoing development of Laravel.io →

457 Threads

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

Mail Queue Doesn't Send

Hi, i'm trying to send newsletters with my back-end i developed with Laravel 4 but it keeps giving m...

0 Likes
1 Replies
Solved
posted 9 years ago

How do you stop the Queue Listener?

I know how to start the queue listener; php artisan queue:listen And it seems to be working fine. H...

0 Likes
6 Replies
Solved
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
posted 9 years ago

host config in iron driver

In Laravel 4.2 i have two additional options in iron driver config: 'host' => '', 'encrypt' =>...

0 Likes
2 Replies
Solved

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

Prioritising jobs/queues in SQS

Does anyone know of a way to prioritise jobs in queues when using SQS on Amazon Web Services (AWS)?...

0 Likes
4 Replies
Solved
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

Convert sql into Eloquent or Query Builder (group_concat ,subquery)

Hi Can anyone help me to fix this issue. SELECT *, (SELECT group_concat(CASE WHEN d.disciplineNam...

0 Likes
0 Replies

Mail credentials

Hi, I am trying to send mails with custom credentials. Thought this would be something very easy, bu...

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.