turn off the cron for SendFamilyNudge temporarily
This commit is contained in:
@@ -992,9 +992,9 @@ func setupAndStartCrons(userAuthRepo *repo.UserAuthRepository, publicCollectionR
|
||||
pushController.ClearExpiredTokens()
|
||||
})
|
||||
|
||||
schedule(c, "@every 24h", func() {
|
||||
emailNotificationCtrl.SendFamilyNudgeEmail()
|
||||
})
|
||||
// schedule(c, "@every 3s", func() {
|
||||
// emailNotificationCtrl.SendFamilyNudgeEmail()
|
||||
// })
|
||||
|
||||
scheduleAndRun(c, "@every 60m", func() {
|
||||
emergencyCtrl.SendRecoveryReminder()
|
||||
|
||||
Reference in New Issue
Block a user