Skip to content

difference between * * 2 * 1 and * * */2 * 1 #105

Open
@Xyolyp

Description

@Xyolyp

* * 2 * 1 => Every minute, on day 2 of the month, only on Monday
correct would be "Every minute, on day 2 of the month and on Mondays"

* * */2 * 1 => Every minute, every 2 days, only on Monday
correct would be "Every minute, every even/2nd day of the month that is a Monday"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions