Closed (fixed)
Project:
Hosting Advanced Cron Queue
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2011 at 11:20 UTC
Updated:
16 Jun 2012 at 06:11 UTC
I ran into a problem with sites using the default value (marked as NULL in the database), patch attached to fix it. I also added a watchdog so you can see if cron ran or not.
| Comment | File | Size | Author |
|---|---|---|---|
| cron_interval_problem.patch | 1.04 KB | attiks |
Comments
Comment #1
mr.baileysUpon visual inspection, the patch makes perfect sense, will test later.
I'm not a big fan of the watchdog entry though: for installs managing a large number of sites, this will quickly start to fill up watchdog. I don't have an Aegir console in front of me, but doesn't a site's info show when cron was last run?
Also, apologies for the delay in replying, this one fell of my radar...
Comment #2
mr.baileysMarked #1600426: Cron is run every minute on all sites not yet defined in the hosting_advanced_cron table as duplicate.
Comment #3
mr.baileysFixed (commit, for now without the watchdog part). Thanks for the patch!