matigo / Noteworthy

Noteworthy | A PHP-Based Blogging Tool for Evernote
22 stars 3 forks source link

Cron Executes Per Site, but with Global Values #39

Open matigo opened 11 years ago

matigo commented 11 years ago

With the introduction of multi-site, problems can exist where the Cron job fires for a more popular site, but never for a less popular site because the more popular site hoards all of the update calls. This means that during a Cron Job Check the system needs to differentiate between the various sites and update all of the sites at the same time.