Updated cron.
This commit is contained in:
@@ -29,7 +29,7 @@ public class NotificationScheduler {
|
|||||||
@Autowired
|
@Autowired
|
||||||
EmailNotificationDao emailNotificationDao;
|
EmailNotificationDao emailNotificationDao;
|
||||||
|
|
||||||
// @Scheduled(cron = "0 0/1 * * * ?")
|
@Scheduled(cron = "0 0/1 * * * ?")
|
||||||
void sendNotificationForRejectedApplicationToBeneficiary() {
|
void sendNotificationForRejectedApplicationToBeneficiary() {
|
||||||
|
|
||||||
List<ApplicationEntity> applicationsList = applicationRepository.findByIsDeletedFalse();
|
List<ApplicationEntity> applicationsList = applicationRepository.findByIsDeletedFalse();
|
||||||
|
|||||||
Reference in New Issue
Block a user