go-co-op / gocron

Easy and fluent Go cron scheduling. This is a fork from https://github.com/jasonlvhit/gocron
MIT License
5.68k stars 309 forks source link

[BUG] - Timing cycle trigger problem #750

Closed zhangyuanxue closed 4 months ago

zhangyuanxue commented 4 months ago

Describe the bug

I set the code to execute every 30 minutes, but one of them was triggered again only ten minutes after the last time.

image

image

Higan commented 4 months ago

Hi @zhangyuanxue according to the project's readme, v1 is no longer maintained. Could you try switching to v2?

zhangyuanxue commented 4 months ago

您发的邮件我已收到,我会马上查看的 ,谢谢。

JohnRoesler commented 4 months ago

Correct, v1 is not maintained, due to bugs such as this that I did not consider worth solving and instead designed v2 in ways that these issues do not occur.