Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] - Cron expressions with minute range or hour range won't run #153

Closed
zry98 opened this issue Apr 7, 2021 · 1 comment · Fixed by #154
Closed

[BUG] - Cron expressions with minute range or hour range won't run #153

zry98 opened this issue Apr 7, 2021 · 1 comment · Fixed by #154
Labels
bug Something isn't working

Comments

@zry98
Copy link

zry98 commented Apr 7, 2021

Describe the bug

Cron expressions with minute range or hour range won't run, Scheduler.Next() returns "0001-01-01 00:01:00 +0000 UTC"

  • * * * * 1-5 ✔️
  • * * 1-20 * 2-6 ✔️
  • 15-30 * * * 1-5
  • * 20-23 * * * 3-4

Checked with robfig/cron (with Schedule.Next()), all parsed correctly.

Version

v1.3.0

@zry98 zry98 added the bug Something isn't working label Apr 7, 2021
@zry98 zry98 changed the title [BUG] - Please add descriptive title [BUG] - Cron expressions with minute range or hour range won't run Apr 7, 2021
@JohnRoesler
Copy link
Contributor

Thanks for reporting! We’ll take a look shortly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants