Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Cron schedule with / in minutes field is corrupted #33

Description

@mariuszch

Hi, when using schedule as

  - schedule:
      rate: cron(0/2 7-20 ? * * *)
      timezone: "Europe/Amsterdam"

we are receiving schedule only for minute "0" in AWS. Part after / is missing in every 6 expressions generated by local-schedule plugin.

After checking code I think it is caused by local-crontab library, which is turning cron expressions to multiple UTC based expressions. It is removing wildcard from minute field, so in fact there is no way to create cron expression running every X minutes.

Can this be fixed? local-crontab is not maintained for 2 years already.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions