
Security News
Critical Security Vulnerability in React Server Components
React disclosed a CVSS 10.0 RCE in React Server Components and is advising users to upgrade affected packages and frameworks to patched versions now.
judoscale-bullmq
Advanced tools
Official Judoscale adapter package for autoscaling BullMQ job queues.
npm install judoscale-bullmq --save
// ESM
import { Judoscale } from 'judoscale-bullmq'
// CommonJS
const { Judoscale } = require('judoscale-bullmq')
// Initialize Judoscale with optional configuration
const judoscale = new Judoscale({
redis_url: process.env.REDISCLOUD_URL, // defaults to process.env.REDIS_URL
})
// You can optionally pass a Redis config object or an ioredis instance
const judoscale = new Judoscale({
redis: redisConfig,
})
// ESM
import { Judoscale, middleware as judoscaleMiddleware } from 'judoscale-express'
import 'judoscale-bullmq'
// CommonJS
const { Judoscale, middleware: judoscaleMiddleware } = require('judoscale-express')
require('judoscale-bullmq')
// Judoscale will be initialized for both BullMQ and Express/Fastify
const judoscale = new Judoscale({
redis_url: process.env.REDISCLOUD_URL, // defaults to process.env.REDIS_URL
})
Once installed, you should see something like this in your development log:
[Judoscale] Reporter not started: JUDOSCALE_URL is not set
In your production app where you've installed Judoscale, you should see this in your logs:
[Judoscale] Reporter starting, will report every 10 seconds
If you don't see either of these, ensure "judoscale-bullmq" is in your Package.lock file, and restart your app.
You can see more detailed (debug) logging by setting the environment variable JUDOSCALE_LOG_LEVEL=debug on your deployed application. Here's how you would do that on Heroku:
heroku config:set JUDOSCALE_LOG_LEVEL=debug
Reach out to help@judoscale.com if you run into any other problems.
FAQs
BullMQ adapter for the Judoscale autoscaler
We found that judoscale-bullmq demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.

Security News
React disclosed a CVSS 10.0 RCE in React Server Components and is advising users to upgrade affected packages and frameworks to patched versions now.

Research
/Security News
We spotted a wave of auto-generated “elf-*” npm packages published every two minutes from new accounts, with simple malware variants and early takedowns underway.

Research
/Security News
Malicious Rust crate evm-units disguised as an EVM version helper downloads and silently executes OS-specific payloads likely aimed at crypto theft.