Skip to content

Update to @boringnode/queue v0.2.0 & DX Improvements

Choose a tag to compare

@RomainLanz RomainLanz released this 03 Jan 09:21
v0.2.0
ba226e7

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 5

Bug Fixes

Fixed TypeScript types for defineConfig() which now properly accepts config providers from drivers.


Full Changelog: v0.1.1...v0.2.0