v1.2.6
Job detail (and command/scheduled-task/request detail via ExecutionDetailFetcher) filter nightowl_jobs on the unindexed job_id column ~15-25 times per request; on job-heavy apps the sequential scans summed past PHP's 30s limit and crashed with an uncatchable FatalError. Indexing job_id turns each lookup into an index scan. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>