v0.9.16 & 0.9.17 - ElasticSearch support

ElasticSearch support, Redis and MongoDB improvements and almost at 1.0

  • Ronald Dehuysser
  • September 9, 2020

v0.9.16 & 0.9.17 - ElasticSearch support

Some small and incremental releases which added the following new features:

  • ElasticSearchStorageProvider: a new ElasticSearchStorageProvider is available and allows you to use ElasticSearch 7 and up as a NoSQL database for your jobs.
  • Redis: If you use Redis, you now have the option to use either Jedis or Lettuce as client library. To do so, choose one of the StorageProviders below:
    • JedisRedisStorageProvider - this is the existing Redis StorageProvider (using Jedis) but it has been renamed.
    • LettuceRedisStorageProvider - this is the new Redis StorageProvider (using Lettuce).

Breaking change

  • The RedisStorageProvider has been renamed to JedisRedisStorageProvider

Other improvements & bugfixes

  • GitHub issue 27: Jobs that don’t exist anymore (ClassNotFoundException or MethodNotFoundException) causes exceptions during database maintenance.
  • GitHub issue 28: Succeeded latency time and processing time are wrong
  • GitHub issue 30: Dashboard uptime sensor switches randomly when using Redis
  • GitHub issue 31: Daily recurring jobs run multiple times if not in UTC timezone

The JobRunr Blog

Everything you need to know about
background processing

Explore technical deep-dives, product updates, and real-world examples to help you build, scale, and monitor your Java background jobs.

blog image

June 1, 2020

Testing JobRunr against 12 different JVM’s

A hands-on tutorial on how JobRunr is tested against 12 different JVM’s using TestContainers.

Read More Details
blog image

March 30, 2023

Taming the Bursts: Efficient Cloud-Native Processing with JobRunr

Discover how JobRunr helps manage high-demand tasks like pay-check calculations, retail promotions, and email campaigns by distributing load across multiple servers in any environment.

Read More Details
blog image

July 7, 2025

JobRunr and JobRunr Pro v8.0.0!

We’re proud to announce the latest release, JobRunr & JobRunr Pro v8.0.0

Read More Details
call to action

Try JobRunr yourself, no install required

Walk through 21 hands-on scenarios in our hosted demo and feel how JobRunr handles real-world workflows. Open it in your browser, no setup, no signup.

Launch the interactive demo