eddycjy / blog

煎鱼的博客,有点忙,传送门:https://eddycjy.com
3.05k stars 431 forks source link

posts/go/gin/2018-04-29-cron/ #88

Open utterances-bot opened 4 years ago

utterances-bot commented 4 years ago

「连载十一」Cron定时任务

https://eddycjy.com/posts/go/gin/2018-04-29-cron/

shinezzil commented 3 years ago

c := cron.New() 应该改为 c := cron.New(cron.WithSeconds()),否则不支持秒级别的定时任务。