Step 4 of 21 · 4 minutes

Dashboard First Look

The Scenario

Once you have jobs running in production, you need visibility: Which jobs are running? What failed? What's queued up?

You can't manage what you can't see.

The Challenge

How do we monitor thousands of background jobs without writing custom tooling?

The Solution

The JobRunr Pro Dashboard provides a real-time view of your entire job ecosystem:

  • Jobs view: Filter by state (ENQUEUED, PROCESSING, SUCCEEDED, FAILED)
  • Recurring Jobs: See all recurring jobs and their next run times
  • Servers: Monitor which servers are processing jobs
  • Search: Find any job by name, method signature, or parameters, etc.

The embedded dashboard, a JobRunr Pro Enterprise feature, runs inside your Spring Boot app — no separate deployment needed!

Read the documentation →

Try It Yourself

Explore the dashboard! Try these actions:
  1. View succeeded jobs from your credit card registrations
  2. Check the recurring jobs and their schedules
  3. Look at the Servers tab to see your background job server
  4. Use the search to find a specific customer's job
You need to log in to perform write operations. You can still view the code solution and dashboard.