Tutorial

blog image

February 2, 2026

Java Cron Jobs & Recurring Tasks: A Complete Scheduling Guide

Learn how to schedule recurring jobs in Java. Compare ScheduledExecutorService, Spring @Scheduled, Quartz cron triggers, and modern alternatives that actually scale.

Read More Details
blog image

August 17, 2020

JobRunr, Project Loom and Virtual Threads

After integrating the Virtual Threads of Project Loom, it’s time for a showdown between Java 11, Java 16 without Virtual Threads and Java 16 with Virtual Threads.

Read More Details
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

May 6, 2020

JobRunr ♥ Kubernetes ♥ Terraform

Learn how to scale JobRunr to have a whopping 869% speed increase

Read More Details
blog image

April 23, 2020

Easily process long-running jobs with JobRunr

A tutorial on how to use JobRunr, Spring Data JPA and Docx-Stamper to generate the salary slips for all employees of Acme Corp

Read More Details