uranusjr commented on issue #16731: URL: https://github.com/apache/airflow/issues/16731#issuecomment-871556758
I think we should build a simple validator to check for the whole string before passing it into croniter (and hopefully croniter will always work if the string passes our test). [The standard POSIX syntax](https://www.unix.com/man-page/posix/1p/crontab/) is fairly easy to parse, plus support to SUN-SAT. Is JAN-DEC a GNU extension? That can be added as well if it works in croniter. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
