Jobs are background operations that AnomalyArmor runs on your data assets. The Jobs page provides observability into all operations, helping you understand what actions have been taken, their status, and troubleshoot any failures.Documentation Index
Fetch the complete documentation index at: https://docs.anomalyarmor.ai/llms.txt
Use this file to discover all available pages before exploring further.
Why Jobs Matter
Every time AnomalyArmor interacts with your data assets, it creates a job. This gives you:- Audit trail: Know exactly what operations ran and when
- Debugging: Understand why something failed and how to fix it
- Performance visibility: See how long operations take
- Operational awareness: Track what’s happening across your data estate
Job Types
| Job Type | Description | Triggered By |
|---|---|---|
| Asset Discovery | Analyzes database structure, tables, columns, and relationships | Manual trigger, scheduled refresh |
| Intelligence Analysis | Generates AI documentation for tables and columns | Manual trigger on asset |
| Tag Generation | Auto-classifies columns with PII, sensitivity, and domain tags | After asset discovery |
| Freshness Check | Monitors when tables were last updated | Scheduled intervals |
| Metric Capture | Collects row counts and custom metrics | Scheduled intervals |
| Lineage Extraction | Maps data flow between tables | After asset discovery |
Job Statuses
| Status | Meaning |
|---|---|
| Pending | Job is queued and waiting to start |
| Running | Job is actively executing |
| Completed | Job finished successfully |
| Failed | Job encountered an error |
| Cancelled | Job was manually stopped |
Using the Jobs Page
Viewing Jobs
Navigate to Jobs in the left sidebar to see all jobs across your organization. The jobs table shows:- Job ID: Unique identifier (click row to see details)
- Job Type: What operation was performed
- Asset: Which database or table was affected
- Status: Current job state
- Progress: Completion percentage for running jobs
- Duration: How long the job took
- Message: Status message or error description
- Created: When the job was started
Filtering Jobs
Use the tabs to filter by status:- All: Every job regardless of status
- Active: Currently running or pending jobs
- Completed: Successfully finished jobs
- Failed: Jobs that encountered errors
Job Details
Click any job row to open the details modal, which shows:- Full job configuration
- Detailed progress information
- Error messages and stack traces (for failed jobs)
- Timing breakdown
- Related asset information
Job Actions
From the actions menu (three dots), you can:- View Details: Open the full job information modal
- Go to Asset: Navigate to the affected asset
- Go to Job Page: View results in context (e.g., schema changes page)
- Cancel Job: Stop a running job
- Retry Job: Re-run a failed job
Common Scenarios
Debugging a Failed Job
- Navigate to Jobs
- Click the Failed tab
- Click the failed job row to open details
- Review the error message and stack trace
- Fix the underlying issue (e.g., connection problem, permission error)
- Click Retry Job to re-run
Monitoring a Long-Running Job
- Navigate to Jobs
- Click the Active tab
- Watch the progress percentage update in real-time
- Click the job row for detailed progress information
Understanding Job History
Use Intelligence Q&A to ask questions about job history:Best Practices
- Check jobs after schema changes: When you modify your database, verify discovery jobs complete successfully
- Monitor failed jobs: Set up alerts for job failures to catch issues early
- Review job duration trends: Sudden increases may indicate database performance issues
- Use retry wisely: If a job fails due to transient issues (network, timeouts), retry is often sufficient
Common Questions
Why did my discovery job fail?
Open the job from the Jobs page and check the error and stack trace. Most failures are one of: expired database credentials, network unreachability (the AnomalyArmor IPs were removed from your firewall), insufficient permissions on new schemas, or a timeout on an unusually large catalog. Fix the underlying cause and click Retry Job.How long does a discovery job normally take?
Under 60 seconds for up to 1,000 tables is typical. A sudden increase in duration often indicates a database-side issue (stats out of date, table explosion, replica lag). Track the duration trend on the Jobs page to catch this early.Can I cancel a long-running job?
Yes. From the job’s actions menu, click Cancel Job. In-flight queries are stopped, and the job moves to Cancelled state. Restarting is safe - the next run picks up from current database state.Do failed jobs fire alerts?
Only if you configure a rule for theDiscovery Failed event on your alerting destinations. See alert rules. Many teams route job failures to email rather than Slack, since they’re often recoverable without paging on-call.
Related
- Asset Discovery - Learn about discovery jobs
- Intelligence Q&A - Ask questions about job history
- Alerts - Set up notifications for job failures
