blog icon indicating copy to clipboard operation
blog copied to clipboard

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

Open utterances-bot opened this issue 4 years ago • 1 comments

「连载十一」Cron定时任务

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

utterances-bot avatar Jun 10 '20 03:06 utterances-bot

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

shinezzil avatar Jan 06 '21 02:01 shinezzil