Support the ongoing development of Laravel.io →

judgej

Joined 4 Mar 2014

Statistics

Threads 9
Replies 18
Solutions 2
Articles 0
posted 8 years ago

Preventing two sheduled jobs running at the same time

In the scheduler, there is the withoutOverlapping() clause that can be used on a single job, to prev...

0 Likes
3 Replies

Set default MySQL timezone on connect?

There is a system timezone setting in the app.php config file, and that sets the PHP session timezon...

0 Likes
5 Replies

Strange "email" form item behaviour

This is happening in L5.1 with a "user" eloquent model, and only for the "email"...

0 Likes
2 Replies
posted 8 years ago

Run a scheduled task, then catch up if it is missed?

I need to run a number of scheduled jobs at specific times. It is important they run at those times,...

0 Likes
2 Replies

Processing through a string of actions until one succeeds

I am just wondering if there is a Laravel (5.0) best practice for this one. I have it implemented as...

0 Likes
0 Replies
replied 7 years ago

Get array from checkbox options

If you are binding a model, and the model has an options attribute that provides an array of current...

0 Likes
replied 7 years ago

setting empty field to null

Nice - handy solution. I needed to make emails on a table unique (and so had a unique index) but als...

0 Likes
replied 8 years ago

Preventing two sheduled jobs running at the same time

Oooh, file locking using flock(). I'll give this a go. This example shoes the PID files I described...

0 Likes
replied 8 years ago

Preventing two sheduled jobs running at the same time

Sounds like a pid file that many operating systems use. The file contains the ID of the process that...

0 Likes
replied 8 years ago

Strange "email" form item behaviour

Oh, damn you LastPass! This isn't a login page, and an email is being provided in the form item. So...

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.