bullmq


Namebullmq JSON
Version 2.16.1 PyPI version JSON
download
home_pageNone
SummaryBullMQ for Python
upload_time2025-09-08 13:30:12
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10.0
licenseNone
keywords python bullmq queues
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # BullMQ For Python

This is the official BullMQ Python library. It is a close port of the NodeJS version of the library.
Python Queues are interoperable with NodeJS Queues, as both libraries use the same .lua scripts that
power all the functionality.

## Features

Currently, the library does not support all the features available in the NodeJS version. The following
have been ported so far:

- [ ] Add jobs to queues.

  - [x] Regular jobs.
  - [x] Delayed jobs.
  - [ ] Job priority.
  - [ ] Repeatable.

- [x] Workers
- [ ] Job events.
- [x] Job progress.
- [ ] Job retries.
- [x] Job backoff.
- [x] Getters.

## Installation

```bash
pip install bullmq
```

## Usage

```python
from bullmq import Queue

queue = Queue('my-queue')

job = await queue.add('my-job', {'foo': 'bar'})

```

## Documentation

The documentation is available at [https://docs.bullmq.io](https://docs.bullmq.io/python)

## License

MIT

## Copyright

Copyright (c) 2018-2023, Taskforce.sh Inc. and other contributors.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "bullmq",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10.0",
    "maintainer_email": null,
    "keywords": "python, bullmq, queues",
    "author": null,
    "author_email": "\"Taskforce.sh Inc.\" <manast@taskforce.sh>",
    "download_url": "https://files.pythonhosted.org/packages/03/87/8f1a8f1c50f7e9707aa4d8d7c4473bcede7b474c50584ef6e65c13533739/bullmq-2.16.1.tar.gz",
    "platform": null,
    "description": "# BullMQ For Python\n\nThis is the official BullMQ Python library. It is a close port of the NodeJS version of the library.\nPython Queues are interoperable with NodeJS Queues, as both libraries use the same .lua scripts that\npower all the functionality.\n\n## Features\n\nCurrently, the library does not support all the features available in the NodeJS version. The following\nhave been ported so far:\n\n- [ ] Add jobs to queues.\n\n  - [x] Regular jobs.\n  - [x] Delayed jobs.\n  - [ ] Job priority.\n  - [ ] Repeatable.\n\n- [x] Workers\n- [ ] Job events.\n- [x] Job progress.\n- [ ] Job retries.\n- [x] Job backoff.\n- [x] Getters.\n\n## Installation\n\n```bash\npip install bullmq\n```\n\n## Usage\n\n```python\nfrom bullmq import Queue\n\nqueue = Queue('my-queue')\n\njob = await queue.add('my-job', {'foo': 'bar'})\n\n```\n\n## Documentation\n\nThe documentation is available at [https://docs.bullmq.io](https://docs.bullmq.io/python)\n\n## License\n\nMIT\n\n## Copyright\n\nCopyright (c) 2018-2023, Taskforce.sh Inc. and other contributors.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "BullMQ for Python",
    "version": "2.16.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/taskforcesh/bullmq/issues",
        "Homepage": "https://bullmq.io"
    },
    "split_keywords": [
        "python",
        " bullmq",
        " queues"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7a0bc82e9cd19bc7abc4738eab1b14d415e551e50737df55119ed111155be3a4",
                "md5": "796b43cc67b5c6d31b0b6bf0b7bd1860",
                "sha256": "9907b0662be28883a34e03873f1e885542bdf7f95fe14bdf0601ca6deec83ffd"
            },
            "downloads": -1,
            "filename": "bullmq-2.16.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "796b43cc67b5c6d31b0b6bf0b7bd1860",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10.0",
            "size": 891713,
            "upload_time": "2025-09-08T13:30:10",
            "upload_time_iso_8601": "2025-09-08T13:30:10.564166Z",
            "url": "https://files.pythonhosted.org/packages/7a/0b/c82e9cd19bc7abc4738eab1b14d415e551e50737df55119ed111155be3a4/bullmq-2.16.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "03878f1a8f1c50f7e9707aa4d8d7c4473bcede7b474c50584ef6e65c13533739",
                "md5": "6ab49aa1f0371a7d285497bfe6acd6b5",
                "sha256": "5706c5bf951991f5495c1db50464983f04650e45f323d2b8d0f1499564ed3893"
            },
            "downloads": -1,
            "filename": "bullmq-2.16.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6ab49aa1f0371a7d285497bfe6acd6b5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10.0",
            "size": 776789,
            "upload_time": "2025-09-08T13:30:12",
            "upload_time_iso_8601": "2025-09-08T13:30:12.124314Z",
            "url": "https://files.pythonhosted.org/packages/03/87/8f1a8f1c50f7e9707aa4d8d7c4473bcede7b474c50584ef6e65c13533739/bullmq-2.16.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-08 13:30:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "taskforcesh",
    "github_project": "bullmq",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "bullmq"
}
        
Elapsed time: 2.22501s