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

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -