cron-to-quartz | js library to convert | Cron Utils library
kandi X-RAY | cron-to-quartz Summary
kandi X-RAY | cron-to-quartz Summary
Node.js library to convert unix or linux CRON syntax to Quartz Scheduler
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of cron-to-quartz
cron-to-quartz Key Features
cron-to-quartz Examples and Code Snippets
Community Discussions
Trending Discussions on cron-to-quartz
QUESTION
I am used to cronjobs like this:
0 1 * * *
In the java library quartz-scheduler they use cron expressions.
0 0 1 1/1 * ? *
Is there a way directly from quartz-scheduler or a other possability to convert or use the old cronjobs in quartz-scheduler?
Edit: I found something for JS: https://www.npmjs.com/package/cron-to-quartz is there a way in Java?
...ANSWER
Answered 2020-Feb-19 at 14:29Found some library in Java that might help you: https://github.com/jmrozanec/cron-utils. Although, I haven't used it personally.
The JS code from the library that you've found doesn't seem very complex, so the alternative would be to replicate that one in Java.
BTW, what's your need for such a conversion, can you give us more context? Is it something automatic that needs to be performed, or is it a one-time conversion only?
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install cron-to-quartz
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page