Changeset 137 for trunk/grails-app/jobs


Ignore:
Timestamp:
Sep 1, 2009, 10:10:43 PM (15 years ago)
Author:
gav
Message:

Update to grails-1.1.1 release.
Fix WorkDone? and Fault entries not showing after update, now using criteria.
Work on TaskRecurringSchedule, add DateUtilService class, regenerate views to suite.
Finally have correct rollback behaviour on TaskRecurringSchedule? domain object updates by using transactions.
Added name to copyright since the license has no meaning without it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/jobs/TaskRecurringScheduleJob.groovy

    r126 r137  
    11
    22class TaskRecurringScheduleJob {/*
    3 //     def timeout = 5000 // execute job once in 5 seconds
    4     def timeout = 60000
     3    def timeout = 1000 // execute job once in 1 seconds
     4//     def timeout = 60000
    55
    66    def execute() {
    7 //         println "TaskRecurringScheduleJob: tick"
    8 //         println "TaskRecurringScheduleJob: tock"
     7        println "TaskRecurringScheduleJob: tick"
     8        println "TaskRecurringScheduleJob: tock"/*
    99        def recurringScheduleInstanceList = RecurringSchedule.list()
    1010        def now = new Date()
Note: See TracChangeset for help on using the changeset viewer.