Update to @boringnode/queue v0.2.0 & DX Improvements
Breaking Changes
This release aligns with the new DI-first Job architecture from @boringnode/queue v0.2.0. The jobFactory signature has been simplified and now only receives JobClass.
The migration stub renames the job_name column to name in queue_schedules. Existing databases require a manual migration.
New Features
The queue:work command now accepts a --concurrency (or -c) flag to control parallel job processing.
node ace queue:work -c 5Bug Fixes
Fixed TypeScript types for defineConfig() which now properly accepts config providers from drivers.
Full Changelog: v0.1.1...v0.2.0