Skip to content

Commit

Permalink
set cron to 1 minute
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed May 20, 2024
1 parent 7d64e91 commit b1fb97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion listener/cmd/listener/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func main() {
apiCron.RemoveOldSignatures(dbCollection, 720)

})
c.AddFunc("* * * * *", func() {
c.AddFunc("@every 1m", func() {
apiCron.UpdateSignaturesStatus(dbCollection, config.BeaconNodeURLs)
})
c.Start()
Expand Down

0 comments on commit b1fb97c

Please sign in to comment.