queue-ast-hop

JSON →
library 0.6.0 ·javascript
verified Jun 7, 2026

Queue-ast-hop is a static analysis tool (v0.6.0) that builds a dependency graph for BullMQ and glide-mq job queues. It traces producer-to-worker hops through virtual queueFile#job nodes, enabling impact analysis for changed files across async job boundaries. The package provides CLI commands (edges, related, check) and integrates with monorepo tooling. It is released as a dev dependency, with no runtime deps beyond Node. Differentiator: unlike runtime queue monitoring, it parses static call sites (addJob, Worker, etc.) to produce Acyclic Directed Graph (ADG) edges without requiring a live Redis or queue instance.