Thursday, April 14, 2011 at 1:07 AM.

radioReallySimpleSuite.background.everyMinute

on everyMinute () {
	<<Changes
		<<4/13/11; 7:40:06 PM by DW
			<<Retry tweets that failed, if the feature is enabled.
	local (adrdata = radioReallySimpleSuite.init ());
	<<msg (clock.now ())
	bundle { //init all users every minute
		local (adruser);
		for adruser in @adrdata^.users {
			radioReallySimpleSuite.initUser (adruser)}};
	bundle { //retry tweets that failed, 4/13/11 by DW
		if adrdata^.prefs.flRetryEnabled {
			radioReallySimpleSuite.checkRetries ()}}};
bundle { //test code
	everyMinute ()}



This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.