{"id":23784801,"url":"https://github.com/queuekit/queuekit-connector-bullmq","last_synced_at":"2026-04-14T06:32:51.842Z","repository":{"id":143904167,"uuid":"372256788","full_name":"queuekit/queuekit-connector-bullmq","owner":"queuekit","description":"The BullMQ connector for QueueKit.com","archived":false,"fork":false,"pushed_at":"2022-01-25T12:21:59.000Z","size":283,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-11-11T06:23:20.651Z","etag":null,"topics":["bull","bullmq","job","job-queue","node","nodejs","queue","queue-workers","queuekit","redis"],"latest_commit_sha":null,"homepage":"https://queuekit.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/queuekit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-30T15:58:15.000Z","updated_at":"2022-01-03T12:30:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"d0024c2e-a97e-4c30-b2c7-40d32bed03f6","html_url":"https://github.com/queuekit/queuekit-connector-bullmq","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/queuekit/queuekit-connector-bullmq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/queuekit%2Fqueuekit-connector-bullmq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/queuekit%2Fqueuekit-connector-bullmq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/queuekit%2Fqueuekit-connector-bullmq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/queuekit%2Fqueuekit-connector-bullmq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/queuekit","download_url":"https://codeload.github.com/queuekit/queuekit-connector-bullmq/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/queuekit%2Fqueuekit-connector-bullmq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31785558,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bull","bullmq","job","job-queue","node","nodejs","queue","queue-workers","queuekit","redis"],"created_at":"2025-01-01T13:11:26.134Z","updated_at":"2026-04-14T06:32:51.824Z","avatar_url":"https://github.com/queuekit.png","language":"TypeScript","readme":"# QueueKit.com BullMQ Connector\n\nThis is a small service which enables you to connect your [BullMQ](https://github.com/taskforcesh/bullmq) queues to [QueueKit.com](https://queuekit.com). It acts as a proxy between your Bull queues and the [QueueKit.com](https://queuekit.com) API, providing bi-directional data transfer which enables advanced queue insights and management with [QueueKit.com](https://queuekit.com).\n\nThis 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.\n\nThe connector is very lightweight and efficient, and uses minimal resources.\n\n## Installation\n\n```sh\nnpm install queuekit-connector-bullmq\n```\n\n## Usage\n\n```sh\nUsage: queuekit-connector-bullmq [options]\n\nOptions:\n  -V, --version                           output the version number\n  -n, --connector-name \u003cconnection-name\u003e  Connector name. Defaults to 'Default connector'. (default: \"Default connector\")\n  -a, --api-key \u003capi-key\u003e                 QueueKit.com organization API key. Get this from https://dashboard.queuekit.com\n  -h, --host \u003chost\u003e                       Redis host. Defaults to localhost. (default: \"localhost\")\n  -p, --port \u003cport\u003e                       Redis port. Defaults to 6379. (default: \"6379\")\n  -d, --database \u003cdatabase\u003e               Redis database. Defaults to 0. (default: \"0\")\n  -w, --password \u003cpassword\u003e               Redis password, can also be supplied by setting REDIS_PASSWORD environment variable.\n  --tls [tls]                             Activate secured TLS connection to Redis\n  -u, --uri [uri]                         Redis URI.\n  -s, --sentinels [host:port]             Comma-separated list of sentinel host/port pairs\n  -m, --master [name]                     Name of master node used in sentinel configuration\n  -b, --backend \u003cbackend\u003e                 QueueKit.com websocket backend. Defaults to wss://api.queuekit.com (default: \"wss://api.queuekit.com\")\n  --help                                  display help for command\n```\n\n### Example usage\n\n```sh\nnpx queuekit-connector-bullmq -u redis://\u003cyour-redis-host\u003e:\u003cyour-redis-port\u003e/\u003cyour-redis-db\u003e -a \u003cyour-queuekit-api-key\u003e\n```\n\nYour API key can be obtained from your [queuekit.com Dashboard](https://dashboard.queuekit.com/)\n\n### Usage with Docker\n\nThe connector can be run with our pre-built docker image:\n\n```sh\ndocker run -it --net=host queuekit/queuekit-connector-bullmq -u redis://\u003credis-host\u003e:\u003credis-port\u003e/\u003cdb-number\u003e -a \u003cyour-queuekit-api-key\u003e\n```\n\nYour API key can be obtained from your [queuekit.com Dashboard](https://dashboard.queuekit.com/)\n\n### Other connectors\n\n[Bull connector](https://github.com/queuekit/queuekit-connector-bull)\n[BullMQ connector](https://github.com/queuekit/queuekit-connector-bullmq)\n[Celery connector](https://github.com/queuekit/queuekit-connector-celery)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqueuekit%2Fqueuekit-connector-bullmq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqueuekit%2Fqueuekit-connector-bullmq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqueuekit%2Fqueuekit-connector-bullmq/lists"}