autoscale-queue-rq


Nameautoscale-queue-rq JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://autoscale.app
SummaryProduces RQ queue metrics for the Autoscale.app Agent
upload_time2023-04-23 13:49:21
maintainer
docs_urlNone
authorMichael R. van Rooijen
requires_python>=3.8,<3.12
licenseMIT
keywords python queue worker autoscale rq
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python Queue RQ (Autoscale.app)

Produces [RQ] queue metrics for the [Autoscale.app] [Agent].

## Installation

Install the package:

    pip install autoscale-queue-rq

## Usage

Instructions are provided during the autoscaler setup process on [Autoscale.app].

## Development

Prepare environment:

    pip install poetry
    poetry install

Boot the shell:

    poetry shell

See Paver for relevant tasks:

    paver --help

## Release

1. Update `pyproject.toml` and `__init__.py`
2. Create and push a new tag (`v.1.2.3`)

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/autoscale-app/python-queue-rq

[Autoscale.app]: https://autoscale.app
[Agent]: https://github.com/autoscale-app/python-agent
[RQ]: https://python-rq.org


            

Raw data

            {
    "_id": null,
    "home_page": "https://autoscale.app",
    "name": "autoscale-queue-rq",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<3.12",
    "maintainer_email": "",
    "keywords": "python,queue,worker,autoscale,rq",
    "author": "Michael R. van Rooijen",
    "author_email": "support@autoscale.app",
    "download_url": "https://files.pythonhosted.org/packages/63/d4/cb013facd72724e45790d700184582b4b10e67908d474e1e2f2c39a59334/autoscale_queue_rq-0.1.1.tar.gz",
    "platform": null,
    "description": "# Python Queue RQ (Autoscale.app)\n\nProduces [RQ] queue metrics for the [Autoscale.app] [Agent].\n\n## Installation\n\nInstall the package:\n\n    pip install autoscale-queue-rq\n\n## Usage\n\nInstructions are provided during the autoscaler setup process on [Autoscale.app].\n\n## Development\n\nPrepare environment:\n\n    pip install poetry\n    poetry install\n\nBoot the shell:\n\n    poetry shell\n\nSee Paver for relevant tasks:\n\n    paver --help\n\n## Release\n\n1. Update `pyproject.toml` and `__init__.py`\n2. Create and push a new tag (`v.1.2.3`)\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/autoscale-app/python-queue-rq\n\n[Autoscale.app]: https://autoscale.app\n[Agent]: https://github.com/autoscale-app/python-agent\n[RQ]: https://python-rq.org\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Produces RQ queue metrics for the Autoscale.app Agent",
    "version": "0.1.1",
    "split_keywords": [
        "python",
        "queue",
        "worker",
        "autoscale",
        "rq"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a3768f527e6bf25340c3a616db9aa2a9024b0098b58a58e11ac100873e5e9f27",
                "md5": "be2ff033b8c5b97c1f727d9c6ad807d7",
                "sha256": "c49570ef4fbb1297a7780b84882737e58f05b672e710203f08653065dde1c534"
            },
            "downloads": -1,
            "filename": "autoscale_queue_rq-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "be2ff033b8c5b97c1f727d9c6ad807d7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<3.12",
            "size": 3590,
            "upload_time": "2023-04-23T13:49:19",
            "upload_time_iso_8601": "2023-04-23T13:49:19.838841Z",
            "url": "https://files.pythonhosted.org/packages/a3/76/8f527e6bf25340c3a616db9aa2a9024b0098b58a58e11ac100873e5e9f27/autoscale_queue_rq-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63d4cb013facd72724e45790d700184582b4b10e67908d474e1e2f2c39a59334",
                "md5": "5acfcf5faa6091d6065d6bd30c2eda30",
                "sha256": "2480945add2f84f210a68740e4788c7653c07ac907e96a5f4a5a19ffe1cecf3e"
            },
            "downloads": -1,
            "filename": "autoscale_queue_rq-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5acfcf5faa6091d6065d6bd30c2eda30",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<3.12",
            "size": 3098,
            "upload_time": "2023-04-23T13:49:21",
            "upload_time_iso_8601": "2023-04-23T13:49:21.766771Z",
            "url": "https://files.pythonhosted.org/packages/63/d4/cb013facd72724e45790d700184582b4b10e67908d474e1e2f2c39a59334/autoscale_queue_rq-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-23 13:49:21",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "autoscale-queue-rq"
}
        
Elapsed time: 0.06393s