Updated cron.

This commit is contained in:
piyuskag
2024-10-30 18:53:25 +05:30
parent 7610cc8bd6
commit f23dafff28

View File

@@ -29,7 +29,7 @@ public class NotificationScheduler {
@Autowired
EmailNotificationDao emailNotificationDao;
@Scheduled(cron = "0 0/1 * * * ?")
@Scheduled(cron = "0 0 1 * * ?")
void sendNotificationForRejectedApplicationToBeneficiary() {
List<ApplicationEntity> applicationsList = applicationRepository.findByIsDeletedFalse();