Subversion Repositories SmartDukaan

Rev

Rev 34710 | Rev 34756 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34710 Rev 34725
Line 118... Line 118...
118
        propertiesDetails.put("sendPartnerInvestmentDetails", "1");
118
        propertiesDetails.put("sendPartnerInvestmentDetails", "1");
119
        writeToPropertiesFile.saveParamChanges(propertiesDetails, nagiosCronPropertiesFile);
119
        writeToPropertiesFile.saveParamChanges(propertiesDetails, nagiosCronPropertiesFile);
120
 
120
 
121
    }
121
    }
122
 
122
 
123
    @Scheduled(cron = "0 45 6 * * *")
123
    @Scheduled(cron = "0 30 6 * * *")
124
    public void generateBiReport() throws Exception {
124
    public void generateBiReport() throws Exception {
125
        scheduledTasksTest.generateBiReport();
125
        scheduledTasksTest.generateBiReport();
126
    }
126
    }
127
 
127
 
128
    @Scheduled(cron = "0 0 10,15,17 * * *")
128
    @Scheduled(cron = "0 0 10,15,17 * * *")