Quote:
Originally Posted by Publisher Bucks
Well I just heard back, apparently the host disabled cron because it was using up 'excessive resources' running daily and deleting a few hundred images every day from multiple directories after they were created
Currently emailing to get them to turn it back on LOL
Mystery solved, I do appreciate the assistance on this.
As a side note, is there a way I can make this quite simple code, use less resources?
|
Run it in smaller batches. Keep track of a counter, after processing X images, halt the loop and then run it again every hour instead of daily.
WG