generated from VLADIMIR/template
fix ticker time
This commit is contained in:
parent
f6e79eb7e0
commit
2479168b8e
Binary file not shown.
Binary file not shown.
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user