| Package | Description |
|---|---|
| com.atlassian.diagnostics.internal.platform.monitor.scheduler |
| Modifier and Type | Method and Description |
|---|---|
List<ScheduledJobDiagnostic> |
SchedulerDiagnostic.getScheduledJobs() |
| Modifier and Type | Method and Description |
|---|---|
void |
SchedulerMonitor.raiseAlertForSlowJob(Instant timestamp,
ScheduledJobDiagnostic diagnostic)
Raises an alert for a scheduled job taking longer than it's configured interval.
|
| Constructor and Description |
|---|
SchedulerDiagnostic(int workerThreads,
List<RunningJobDiagnostic> runningJobs,
List<ScheduledJobDiagnostic> scheduledJobs) |
Copyright © 2017–2019 Atlassian. All rights reserved.