Charlie, the plugin only defines buckets of pre-allocated times.
So in that instance if you need something more, then you will have to go back to CFSCHEDULE
Now that said, for your application, every 4 hours, you could simply drop a file into the /cron.hourly/ folder and inside of it do:
<cfif GetHour(now()) MOD 4 == 0> //run every four hours </cfif> Hope this helps/ http://www.openbluedragon.org/manual/?/plugin_cron Skellington wrote:
Hello, The CronPlugin looks very useful for my application but after reading the details on the plugin I'm not sure how the granularity is defined. For instance, I would like to configure a file to run every 4 hours, how do I define the allocated run at times?
-- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon online manual: http://www.openbluedragon.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
