The built-in dashboard gives you helpful insights into your background jobs
JobRunr includes a built-in dashboard which gives helpful insights into your background job methods. The dashboard allows you to see and control any aspect of background job processing - you have a detailed view on any exception that occurred and you can see the complete background job history.
By default, it is available on the following url: http://localhost:8000. Of course, this is configurable:
Using fluent configuration
Using Spring configuration
Do you want a more powerful dashboard with authentication, configurable context path or even embedded within Spring, Micronaut or Quarkus? Then have a look at the JobRunr Pro Dashboard!
Readable Job Names thanks to the @Job annotation or the JobBuilder You can easily configure your Job Name and some Job Labels for the dashboard by means of the @Job annotation:
This is of-course also possible using the JobBuilder pattern:
Screenshots
JobRunr Pro comes with handy dashboard improvements