cron-validator icon indicating copy to clipboard operation
cron-validator copied to clipboard

Wrong validation for Version.EB

Open icromme opened this issue 2 years ago • 0 comments

assert CronValidator.parse('* * * * 7', version=Version.EB) gives error but reference "The cron validator supports partially extended rules based on the Amazon EvenBridge rule set" to https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-cron-expressions.html says "Day-of-week = 1-7 or SUN-SAT"

icromme avatar Feb 14 '24 09:02 icromme