Skip to content

Commit

Permalink
fix 1 minute interval
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagleft committed May 7, 2023
1 parent b026629 commit 53ecd73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bot/helper/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ func main() {
color.Red("cron rules not set. exit")
return
}
if cronSpec == "every 1m" {
cronSpec = "every 2m"
}

setupCron(cronSpec)

Expand Down

0 comments on commit 53ecd73

Please sign in to comment.