jasonlvhit / gocron

A Golang Job Scheduling Package.
BSD 2-Clause "Simplified" License
3.45k stars 346 forks source link

store jobs in slice instead of fixed size array #146

Closed JohnRoesler closed 4 years ago

JohnRoesler commented 4 years ago

Pulling in against latest master -> closes https://github.com/jasonlvhit/gocron/pull/31

JohnRoesler commented 4 years ago

Looks like there is an infinite loop somewhere - working on it

JohnRoesler commented 4 years ago

closing this for now