fix ticker time

This commit is contained in:
Владимир Фёдоров 2026-03-26 04:13:21 +07:00
parent f6e79eb7e0
commit 2479168b8e
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -41,7 +41,7 @@ func NewScheduleParser(
} }
func (p *ScheduleParser) Run(ctx context.Context) { 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() defer ticker.Stop()
sheetURL := "https://docs.google.com/spreadsheets/d/1v57bCAG764j1ULXDMb3amNFMzkkLmObKWsl5oE0Xq00/edit?gid=57461713#gid=57461713" sheetURL := "https://docs.google.com/spreadsheets/d/1v57bCAG764j1ULXDMb3amNFMzkkLmObKWsl5oE0Xq00/edit?gid=57461713#gid=57461713"