Introduction to JobRunr
Explore the basics of JobRunr and learn how to setup JobRunr in vanilla Java or your favorite web framework. Discover how to enqueue jobs and schedule jobs, find out how to create CRON jobs and how to use the dashboard.
What is JobRunr, and why should you use it?
Learn about what JobRunr can do for you and how it can improve your daily development workflow.
Create and schedule jobs with JobRunr using only a Java lambda
This guide will explain you how to setup JobRunr and explore how to enqueue and schedule jobs using only a Java 8 lambda.
Create and schedule jobs with JobRunr using a JobRequest and JobRequestHandler
This guide will explain you how to setup JobRunr and explore how to enqueue and schedule jobs using the JobRequest / JobRequestHandler pattern.