both a day-of-week AND a day-of-month parameter should fail for QUARTZ
See original GitHub issueCronExpression 0 30 17 4 1 * 2016
is invalid for quartz but parsing succeeds using cron-utils in quartz mode
Error reported by quartz:
Support for specifying both a day-of-week AND a day-of-month parameter is not implemented.
Issue Analytics
- State:
- Created 8 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
cron - QUARTZ : Both, a day-of-week AND a day-of-month ...
Both, a day-of-week AND a day-of-month parameter, are not supported. I found out that this exception is consistent with QUARTZ specification.
Read more >Batch Apex Job Error! - Salesforce Developer Community
StringException: Support for specifying both a day-of-week AND a day-of-month parameter is not implemented. Code: global class ...
Read more >Valid cron expression not really valid | Bamboo - Jira
UnsupportedOperationException : Support for specifying both a day-of-week AND a day-of-month parameter is not implemented. at org.quartz.
Read more >apex - Chron Help, System.StringException and Day-of-month ...
When I use this one I get: System.StringException: Support for specifying both a day-of-week AND a day-of-month parameter is not implemented.
Read more >Cron Expression: Last day of Month, Except Friday - Orchestrator
I'm working on the UIpath Orchestrator where I need to put a custom ... Support for specifying both a day-of-week and a day-of-month...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@francisdb New version released! Please check details here
@tomqwpl thank you for the insight! If you have time for a quick PR we merge it to master and release a new version with the fix. Thanks!