Subversion Repositories SmartDukaan

Rev

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

Rev 30731 Rev 30788
Line 219... Line 219...
219
		propertiesDetails.put("processActivation", "1");
219
		propertiesDetails.put("processActivation", "1");
220
		writeToPropertiesFile.saveParamChanges(propertiesDetails, nagiosCronPropertiesFile);
220
		writeToPropertiesFile.saveParamChanges(propertiesDetails, nagiosCronPropertiesFile);
221
 
221
 
222
	}
222
	}
223
 
223
 
-
 
224
	//TODO: Change it back to first of every month
-
 
225
	//@Scheduled(cron = "0 0 1 1 * *")
-
 
226
	@Scheduled(cron = "0 0 1 9 * *")
-
 
227
	public void rollOutUpgardedMargins() throws Exception {
-
 
228
		scheduledTasks.rollOutUpgardedMarginsNextMonth();
-
 
229
 
-
 
230
	}
-
 
231
 
224
	@Scheduled(cron = "0 */5 * * * *")
232
	@Scheduled(cron = "0 */5 * * * *")
225
	public void sendNotification() throws Throwable {
233
	public void sendNotification() throws Throwable {
226
 
234
 
227
		log.info("send Notification");
235
		log.info("send Notification");
228
		LinkedHashMap<String, String> propertiesDetails = new LinkedHashMap<>();
236
		LinkedHashMap<String, String> propertiesDetails = new LinkedHashMap<>();