Skip to content

Commit

Permalink
push again
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtabBukhari committed Feb 5, 2025
1 parent c13fff3 commit e64af42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func main() {
func runCron() {
c := cron.New()
c.AddFunc("@every 0h30m0s", handlers.InitV2PaymentsCron)
c.AddFunc("@every 0h1m0s", handlers.ProcessWaitingNotifications)
c.AddFunc("@every 0h0m30s", handlers.ProcessWaitingNotifications)
c.Start()
}

Expand Down

0 comments on commit e64af42

Please sign in to comment.