Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.3.2
-
Fix Version/s: 0.3.3
-
Component/s: None
-
Labels:None
Description
class InitializeMonitorsJob {
static triggers = {
simpleTrigger startDelay: 5000, timeout: 30000, repeatCount: 0
}
def execute() {
println "Schedule"
}
}
Instead of firing once, the job fires every thirty seconds.
Fixed in rev. 41760