Releases: jbielick/faktory_worker_node
Releases · jbielick/faktory_worker_node
v4.5.0 - Require files with CLI
4.5.0 | 2022-08-31
- Add support for requiring files from the
faktory-work
CLI - Fix issue in which
faktory-work
would not usedefault
as a queue when no queues were provided (#341)
What's Changed
- Bump ava from 4.0.1 to 4.3.1 by @dependabot in #317
- Bump sinon from 11.1.1 to 14.0.0 by @dependabot in #296
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #284
- Bump @types/node from 17.0.8 to 18.7.7 by @dependabot in #332
- Bump prettier from 2.5.1 to 2.7.1 by @dependabot in #309
- Bump eslint-plugin-import from 2.23.4 to 2.26.0 by @dependabot in #286
Full Changelog: v4.4.0...v4.5.0
v4.4.0 - Weighted Queues
v4.4.0 introduces weighted-random queue fetching. This mirrors the functionality in Sidekiq in which queues can be specified for a worker with weights. Weights affect the probability that a queue will be prioritized when fetching from the server. A new section in the README under "Queues" has more info.
Thank you @ThePletch for the feature request and feedback.