New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

queuekit-connector-bull

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

queuekit-connector-bull

The Bull connector for QueueKit.com

  • 1.0.12
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
26
decreased by-25.71%
Maintainers
2
Weekly downloads
 
Created
Source

QueueKit.com Bull Connector

This is a small service which enables you to connect your Bull queues to QueueKit.com. It acts as a proxy between your Bull queues and the QueueKit.com API, providing bi-directional data transfer which enables advanced queue insights and management with QueueKit.com.

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 lightweight, efficient and production ready, and uses minimal resources.

Installation

npm install queuekit-connector-bull

Usage

Usage: queuekit-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>                 QueueKit.com organization API key. Get this from https://dashboard.queuekit.com
  -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>                 QueueKit.com websocket backend. Defaults to wss://api.queuekit.com (default: "wss://api.queuekit.com")
  --help                                  display help for command

Example usage

npx queuekit-connector-bull -u redis://<redis-host>:<redis-port>/<db-number> -a <your-queuekit-api-key>

Your API key can be obtained from your queuekit.com Dashboard

Usage with Docker

The connector can be run with our pre-built docker image:

docker run -it --net=host queuekit/queuekit-connector-bull -u redis://<redis-host>:<redis-port>/<db-number> -a <your-queuekit-api-key>

Your API key can be obtained from your queuekit.com Dashboard

Other connectors

Bull connector BullMQ connector Celery connector

Keywords

FAQs

Package last updated on 25 Jan 2022

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc