Fabrizio Branca

Results 37 comments of Fabrizio Branca

Hi @piotrekkaminski, I really think Magento's native cron functionality should be a lot closer to what we're doing with Aoe_Scheduler compared to how it is now (both for Magento 1...

Implemented PID file locking. Should work, but I'd appreciate a code review and a real-world test :) (@drobinson / @LeeSaferite)

Also since the solely purpose of this bash script is to handle locking I'm wondering why we're not handling this inside PHP since we're calling our own shell/scheduler.php anyway at...

@dmcnzl That would be great! Thanks.

@dmcnzl / @robbieaverill: Locks should be private to every instance since part of the lock identifier is the directory path to the shell directory.

Actually while [rubber ducking](https://en.wikipedia.org/wiki/Rubber_duck_debugging) (with @drobinson being the duck :) I'm realizing that I shouldn't claim the lock if there's no PID file. So let me change this real quick...

Ok, second try: 08ce07d42efd7b5115a57aef4b155e8d31894ad3 Feel free to test this now...

Hi @joel322 / @ptoly, can you please check the PHP error log?

Hi @leiluspocus, here are some thoughts: - `catalog_category_product_index_tmp` is a temporary table that's generated dynamically. I don't know why it's not available at this point and/or why the enterprise_refresh_index job...