Subversion Repositories SmartDukaan

Rev

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

Rev 37230 Rev 37234
Line 142... Line 142...
142
 
142
 
143
        propertiesDetails.put("monthlyMarginsCnDryRun", "1");
143
        propertiesDetails.put("monthlyMarginsCnDryRun", "1");
144
        writeToPropertiesFile.saveParamChanges(propertiesDetails, nagiosCronPropertiesFile);
144
        writeToPropertiesFile.saveParamChanges(propertiesDetails, nagiosCronPropertiesFile);
145
    }
145
    }
146
 
146
 
147
    @Scheduled(cron = "0 51 18 * * *")
147
    @Scheduled(cron = "0 30 6 * * *")
148
    public void generateBiReport() throws Exception {
148
    public void generateBiReport() throws Exception {
149
        scheduledTasksTest.generateBiReport();
149
        scheduledTasksTest.generateBiReport();
150
    }
150
    }
151
    @Scheduled(cron = "0 30 4 * * *")
151
    @Scheduled(cron = "0 30 4 * * *")
152
    public void createFofoSmartCartSuggestion() throws Exception {
152
    public void createFofoSmartCartSuggestion() throws Exception {