
Research
/Security News
npm Author Qix Compromised via Phishing Email in Major Supply Chain Attack
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
queuemetrics-connector-bull
Advanced tools
This is a small service which enables you to connect your Bull queues to QueueMetrics.io. It acts as a proxy between your Bull queues and the QueueMetrics.io API, providing bi-directional data transfer which enables advanced queue insights and management with QueueMetrics.io.
This connector is designed to be used in production-grade environments and does not require the sharing of passwords or SSH tunnels to function. It is also very useful to use the connector in local development environments for rapid queue development and debugging.
The connector is very lightweight and efficient, and uses minimal resources.
npm install queuemetrics-connector-bull
Usage: queuemetrics-connector-bull [options]
Options:
-V, --version output the version number
-n, --connector-name <connection-name> Connector name. Defaults to 'Default connector'. (default: "Default connector")
-a, --api-key <api-key> QueueMetrics.io organization API key. Get this from https://dashboard.queuemetrics.io
-h, --host <host> Redis host. Defaults to localhost. (default: "localhost")
-p, --port <port> Redis port. Defaults to 6379. (default: "6379")
-d, --database <database> Redis database. Defaults to 0. (default: "0")
-w, --password <password> Redis password, can also be supplied by setting REDIS_PASSWORD environment variable.
--tls [tls] Activate secured TLS connection to Redis
-u, --uri [uri] Redis URI.
-s, --sentinels [host:port] Comma-separated list of sentinel host/port pairs
-m, --master [name] Name of master node used in sentinel configuration
-b, --backend <backend> QueueMetrics backend. Defaults to wss://api.queuemetrics.io (default: "wss://api.queuemetrics.io")
--help display help for command
npx queuemetrics-connector-bull -u redis://<your-redis-host>:<your-redis-port>/<your-redis-db> -a <your-queuemetrics-api-key>
Your API key can be obtained from your Queuemetrics.io Dashboard
FAQs
The Bull connector for QueueMetrics.io
The npm package queuemetrics-connector-bull receives a total of 0 weekly downloads. As such, queuemetrics-connector-bull popularity was classified as not popular.
We found that queuemetrics-connector-bull demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.