Jobs

A job is a single execution of a schedule — the actual check run. Every time a schedule fires, a job is created.

Job Statuses

Status Meaning
Pending Queued, waiting for a worker to pick it up
Running Currently executing
Completed Finished successfully
Failed The check encountered an error or the target did not respond as expected
Retrying A failure occurred and the job is being retried
Cancelled Manually cancelled
Paused Execution is paused

Viewing Jobs

Go to Jobs to see the full history of all job executions. Each row shows:

  • Schedule name
  • Job status
  • Execution time (ms)
  • When it ran
  • Region it ran in

Click any job to open the detail view with full result data.

Job Results

Results vary by check type:

DNSBL: Listed status, response code from each blocklist server.

DNS: All resolved records — name, type, value, and TTL.

EHLO: Connected status, EHLO response, offered extensions.

HTTP: Status code, response time, headers, and response body.

Email Auth: SPF, DMARC, and DKIM records with validity flags.

TCP / UDP: Connection status and response time.

Page Load: TTFB, DOM content loaded, full page load, FCP, LCP, CLS, and an optional screenshot.

SSL: Days remaining, validity, issuer, subject, cipher, and protocol.

SSH: Connected status, banner text, and banner match result.

Job Summary

Each job detail page includes a summary:

  • Total checks executed (e.g. number of DNS servers queried)
  • Successful checks
  • Failed checks
  • Total execution time

Running a Job Immediately

On any schedule detail page, click Run Now to trigger an immediate one-off job outside the normal schedule. Useful for testing after making configuration changes.