
Product
Announcing Bun and vlt Support in Socket
Bringing supply chain security to the next generation of JavaScript package managers
@sidequest/engine
Advanced tools
@sidequest/engine is the core engine of SideQuest, a distributed background job processing system for Node.js and TypeScript.
Core job processing engine for the Sidequest job processing system.
This package contains the core job processing engine that powers Sidequest.js. It manages job execution, worker threads, queue processing, background maintenance routines, and graceful shutdown handling. The engine is responsible for orchestrating all aspects of job processing including job claiming, execution, state transitions, error handling, and cleanup operations.
⚠️ Important: This package is not intended for direct use by end users. It is a core internal package that is used by the main sidequest package. Always use the main package instead:
// ❌ Don't do this
import { Engine } from "@sidequest/engine";
// âś… Do this instead
import { Sidequest } from "sidequest";
The engine package provides:
The engine is designed to work seamlessly with all Sidequest backends (PostgreSQL, MySQL, SQLite, MongoDB) and provides the foundation for reliable, scalable job processing in production environments.
For complete configuration options, advanced usage, and architectural details, visit:
https://docs.sidequestjs.com/engine/
The documentation covers:
The engine consists of several key components:
Engine - Main orchestrator class managing all job processing operationsJobBuilder - Factory for creating and configuring job instancesJobTransitioner - Handles job state transitions and lifecycle managementQueueManager - Manages queue configurations and processing prioritiesWorkerPool - Thread pool management for isolated job executionRoutineManager - Background maintenance and cleanup operationsSharedRunner - Coordination between main thread and worker threadsLGPL-3.0-or-later
FAQs
@sidequest/engine is the core engine of SideQuest, a distributed background job processing system for Node.js and TypeScript.
The npm package @sidequest/engine receives a total of 641 weekly downloads. As such, @sidequest/engine popularity was classified as not popular.
We found that @sidequest/engine demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.