java - any API to calculate cron job instances in a date range -
any existing api in java calculate how many times job (crontab) has run between 2 given date/calendar instances
first, can't ask in find libraries.
questions asking recommend or find book, tool, software library, tutorial or other off-site resource off-topic stack overflow tend attract opinionated answers , spam. instead, describe problem , has been done far solve it.
to answer question:
don't need api, third party software or library achieve this.
- create table job executions in database.
- insert record in each job execution in database.
- make select when needed.
Comments
Post a Comment