Replies: 1 comment
-
Great idea 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As someone mentioned in this comment, it would be helpful to have a clean way to validate a cron pattern without actually scheduling it. I think I can get close enough currently by doing:
But this is kind of messy and verbose relative to something like
Cron.isValid(pattern)
that would return aboolean
.Beta Was this translation helpful? Give feedback.
All reactions