Robbert Eggermont
Robbert Eggermont
On 01-12-17 21:22, Chris Dickenson wrote: > could this be done with database flag in the settings or something I'm not a programmer, but I was thinking to put a...
> My script is working fine and I have one e-mail notification. Your comment is not very helpful... We had a serious problem with this: 3-4 duplicate rows in the...
I'm not sure that will work. In the time between loading $system->SETTINGS and actually checking $system->SETTINGS['cronRunning'] another instance could already have started cron too. For this to work you will...
I briefly looked at 1a73eb9 and the locking concept seems solid. (No rate-limiting, but that was just a nice extra.;-)) I'm wondering about the file path though, shouldn't that be...
For clearity, you're referring to cron.php line 98 onwards. I focussed on this code, but I see only one insert there, and no loop over all bids. I (still) don't...