Skip to content

Commit

Permalink
change CRON job frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
emyl3 committed Dec 12, 2024
1 parent f36dfeb commit 85678d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public ReminderService(OrganizationQueueRepository orgQueueRepo, EmailService em
* Wrapper method for sending account reminder emails so automation can call the inner method
* without hitting the lock or conditions.
*/
@Scheduled(cron = "0 0 1 * * *", zone = "America/New_York")
@Scheduled(cron = "0 20 * * * *", zone = "America/New_York")
@SchedulerLock(
name = "ReminderService_sendAccountReminderEmails",
lockAtLeastFor = "PT30S",
Expand Down

0 comments on commit 85678d0

Please sign in to comment.