INVESTIGATION / OVERVIEW
Find what matters.
Scanned just now
LOG FILE · 2.4 GB
orders-worker-2026-09-24.log
Scanned 18,400,000 lines · 30 findings · local analysis
SIGNAL SCORE51/100Needs attention
FINDINGS3019 errors · 11 warnings
ERROR EVENTS19keyword matches found
FILE PROFILELOG FILE18,400,000 records or lines
01 / FILE HEALTH
Start with the signal
✦ QUICK INSIGHT
The first failure is the root signal.
Database connections start failing at 14:32:02. The batch aborts 2 seconds later. The other 41 findings are likely downstream noise.
SCAN REPORT
4 checks with signalWhat the scanner found
03 / MULTI-LINE EVENTS
Timestamp pattern detectedFollow the failure timeline
14:32:01
Batch started18,420 records validated · worker-7
14:32:02
Connection degradedRetrying connection to postgres-primary
14:32:02
Database connection refused3 failures + 2 stack trace blocks · lines 18,423–18,431
14:32:04
Batch aborted18,420 records not written
04 / DATA QUALITY
Watch for schema drift
INFERRED SHAPEOrderEventSampled from 50,000 records
● 94% stableFIELDOBSERVED TYPEQUALITYCHANGES
event_idstring99.9% present—
amountnumber → string98.7% consistentLine 3,201,884
created_atdatetime100% present—
customer_idstring1.3% missing247 records
05 / COMPARE FILES
Compare meaning, not noise
156meaningful changes
+42added records
−18removed records
132value changes
CHANGED
amount120.00 → "120.00"type drift · line 3,201,884ADDED
shipping_addressobject42 recordsREMOVED
legacy_statusstring18 records02 / ERROR EVENTS
Pull out the important 1%
3 matches grouped into 3 eventsContext window: 9 lines ·
184202026-09-24T14:32:01.103Z INFO worker-7 batch=orders-884 started
184212026-09-24T14:32:01.889Z INFO worker-7 records=18420 validated
184222026-09-24T14:32:02.014Z WARN retrying connection to postgres-primary
184232026-09-24T14:32:02.018Z ERROR worker-7 database connection refused
18424 at Pool.connect (/srv/jobs/import.js:184:22)
18425 at processBatch (/srv/jobs/import.js:72:11)
18426 code=ECONNREFUSED host=postgres-primary attempt=1
184272026-09-24T14:32:02.101Z INFO retry scheduled in 2000ms
184282026-09-24T14:32:04.111Z ERROR worker-7 database connection refused
18429 at Pool.connect (/srv/jobs/import.js:184:22)
18430 code=ECONNREFUSED host=postgres-primary attempt=2
184312026-09-24T14:32:04.208Z INFO circuit breaker opened
184322026-09-24T14:32:04.209Z ERROR batch aborted: 18420 records not written
184332026-09-24T14:32:04.220Z INFO worker-7 finished with status=failed