Support the ongoing development of Laravel.io →

cadyfatcat

Joined 10 Feb 2014

Statistics

Threads 3
Replies 8
Solutions 1
Articles 0
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

Memcached sessions not persisting

I am having no problems with file based sessions, but cannot get memcached sessions to persist on th...

0 Likes
9 Replies

__DIR__ set wrong?

Recently updated Laravel to 4.1, tried running "artisan serve" and get this error: Symfony...

0 Likes
1 Replies
Solved
replied 8 years ago

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

first install python package manager pip: "yum install python-pip" Next use pip to install...

0 Likes
replied 9 years ago

Get "Maximum execution time of 30 seconds exceeded" from time to time

I solved my issue, a push had overwritten the session.php file and server had started using file bas...

0 Likes
replied 9 years ago

Get "Maximum execution time of 30 seconds exceeded" from time to time

I have a similar issue, code shouldn't take that long, upon visiting same pages that create the erro...

0 Likes
replied 9 years ago

Memcached sessions not persisting

Solved in my case, the session lifetime was set too high, someone thought it was in seconds, turns o...

0 Likes
replied 9 years ago

Memcached sessions not persisting

I was debugging it a bit today, and I can see that sessions are being stored in memcached, but never...

0 Likes

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.