Skip to content

Wrong expression on every 6 days in a month #49

@krziin

Description

@krziin

I have an issue when I choose every 6 days in a month

Actual:

  • My options:
    • Every month
    • Days: 6,12,18,24,30
    • Hour: 0
    • Minute: 0
  • Generated cron expression: 0 0 */6 * *
  • Generated dates that cron job will be run at:
    • 2024-03-19 00:00:00 UTC
    • 2024-03-25 00:00:00 UTC
    • 2024-03-31 00:00:00 UTC
    • 2024-04-01 00:00:00 UTC
    • 2024-04-07 00:00:00 UTC
    • 2024-04-13 00:00:00 UTC
    • ...

Expected:

  • Generated cron expression: 0 0 6,12,18,24,30 * *
  • Generated dates that cron job will be run at:
    • 2024-03-18 00:00:00 UTC
    • 2024-03-24 00:00:00 UTC
    • 2024-03-30 00:00:00 UTC
    • 2024-04-06 00:00:00 UTC
    • 2024-04-12 00:00:00 UTC
    • 2024-04-18 00:00:00 UTC
    • ...

Please check this issue. Thank you so much

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions