Support the ongoing development of Laravel.io →

458 Threads

posted 8 years ago

custom fields into mysql jobs table

Is it possible to insert custom fields into the mysql jobs table? Thany you.

0 Likes
0 Replies
posted 8 years ago

laravel multiple queues

I have a rest service of laravel which generate x jobs to be processed. I need to categorize all the...

0 Likes
0 Replies

How can I logs of failed queue jobs into laravel 5.2?

<?php namespace App\Providers; use Queue; use Illuminate\Support\ServiceProvider; use Illuminat...

0 Likes
1 Replies

they're back with the new feautres

https://www.fresharts.org/content/t0prank-ufc-fight-night-85-hunt-vs-mir-live-stream http://www.comu...

0 Likes
0 Replies

Laravel Pthreads

I have a suggestion / question for the Laravel community. How many of you use the PHP threads functi...

0 Likes
3 Replies
posted 8 years ago

Creating a queued job with a object

Hi, I've a method that takes awhile to run and doesn't require holding up the viewer of the site. I'...

0 Likes
2 Replies

PHP Laravel: failed to open stream: Permission denied

I am trying to generate email but getting this error: fopen(/tmp/4701021fcbc23c3a52dde64ccca28857/bo...

0 Likes
0 Replies
posted 8 years ago

is there any detailed tutorial on setting up the supervisor in centos and setting the artisan queue?

I'm trying to setup my first large application on a centOS vps server. I tried installing supervisor...

0 Likes
1 Replies
posted 8 years ago

What mechanism prevents multiple queue workers for working on same job at once?

I think I may have encountered this issue, is there some mechanism in place to prevent this?

0 Likes
0 Replies

Relationship local key

Can someone explain me why I have to use the local_key in this relationship? My table User have a pr...

0 Likes
0 Replies

Cronjob 'delete' query doesn't work

Hi Guys, I'm having trouble finishing my cronjob for deleting a existing user if their account has e...

0 Likes
0 Replies

Combining Transactions WITH Queues in Laravel

Is there a way to tell the Queue facade to not automatically persist what was pushed to the queue un...

0 Likes
1 Replies

PIVOT TABLE ( Show only the classes where the user is registered )

How can i show the classes only for student who is registered in a class? I have 2 tables and a pivo...

0 Likes
0 Replies
posted 8 years ago

Decode Laravel Queue Job?

I'm having issues with the queue - for some reason it passes a wrong identifier as the unique ID of...

0 Likes
2 Replies

Laravel 4.2 artisan queue:work --daemon reserves jobs but doesn't process them

Hi all, I'm running Laravel 4.2.19 and I'm switching from iron.io to beanstalkd for my queue managem...

0 Likes
0 Replies
posted 8 years ago

What is the correct way to have a queued job, trigger a new job.

Hi I have a Job that needs to trigger a new Laravel Job when it has finished. Which method should it...

0 Likes
0 Replies
posted 8 years ago

How can I find out whether the process now running command artisan queue: work --daemon

Hi everybody! Tell me please how can I find out whether the process now running command artisan queu...

0 Likes
1 Replies

Laravel Mail Sending Twice (sometimes more)

I have a strange issue... I WAS using standard PHP mail send email in my app, but I changed it to us...

0 Likes
6 Replies
posted 8 years ago

adding a Queue::after causes errors even if it's empty

I'm trying to trigger an event at the end of my queues. I followed the laravel docs and added Queue:...

0 Likes
0 Replies

Delete value from database results

hello laravelers , i want to delete somme results from my query where some condition are satisfied a...

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