generated from VLADIMIR/template
fix ticker time
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -41,7 +41,7 @@ func NewScheduleParser(
|
||||
}
|
||||
|
||||
func (p *ScheduleParser) Run(ctx context.Context) {
|
||||
ticker := time.NewTicker(15 * time.Second) // TODO: set 1h
|
||||
ticker := time.NewTicker(30 * time.Minute)
|
||||
defer ticker.Stop()
|
||||
|
||||
sheetURL := "https://docs.google.com/spreadsheets/d/1v57bCAG764j1ULXDMb3amNFMzkkLmObKWsl5oE0Xq00/edit?gid=57461713#gid=57461713"
|
||||
|
||||
Reference in New Issue
Block a user