Dear All,

            I am using  turbogears time interval scheduler, its running on 
the interval of 30mins.

            Once server starts its working fine.After 6 to 7 iteration 
scheduler stops working without any exception.

             Please help me out..!

            FUI
===================================================================================================
            timeDelayInGenerateWorklistFile=1800
           def generateWorklistFile():    
            try:        
                   stuff
           except Exception,e:        
                    log.info("Error in starting -- Generate worklist file  
%s",e)
            try:                                    
                   
scheduler.add_interval_task(action=generateWorklistFile,interval=int(timeDelayInGenerateWorklistFile),initialdelay=0,taskname="generateWorklistFile")
        

                   scheduler._start_scheduler()
            except Exception,e:
                   log.info("Error in starting -- Generate worklist file 
%s",e)
==============================================================================================================



-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/turbogears?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to