The icon of the project
JobRunr
Integrates JobRunr, a distributed background job scheduler

Guides

This extension has a guide to get you going.

Installation

To add this extension to your project, use the relevant command in your Quarkus project directory:

Quarkus CLI

quarkus ext add org.jobrunr:quarkus-jobrunr

Maven

./mvnw quarkus:add-extension -Dextensions="org.jobrunr:quarkus-jobrunr"

Gradle

./gradlew addExtension --extensions="org.jobrunr:quarkus-jobrunr"