Feature Request
Add a dashboard for monitoring scheduled and asynchronous Apex jobs.
Problem
Monitoring async jobs (Batch, Queueable, Future, Scheduled Apex) requires querying AsyncApexJob or navigating Apex Jobs in Setup. There is no quick visibility into running and queued jobs from a developer tool.
Desired Behavior
- Display running, queued, and recently completed async jobs
- Show job type (Batch, Queueable, Future, Scheduled), status, start time, and progress
- Ability to abort a running or queued job
- Auto-refresh at a configurable interval
Feature Request
Add a dashboard for monitoring scheduled and asynchronous Apex jobs.
Problem
Monitoring async jobs (Batch, Queueable, Future, Scheduled Apex) requires querying AsyncApexJob or navigating Apex Jobs in Setup. There is no quick visibility into running and queued jobs from a developer tool.
Desired Behavior