Metadata-Version: 2.1
Name: autoscale-queue-rq
Version: 0.2.0
Summary: Produces RQ queue metrics for the Autoscale.app Agent
Home-page: https://autoscale.app
License: MIT
Keywords: python,queue,worker,autoscale,rq
Author: Michael R. van Rooijen
Author-email: support@autoscale.app
Requires-Python: >=3.8,<3.12
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: rq (>=1.10.1,<2.0)
Project-URL: Repository, https://github.com/autoscale-app/python-queue-rq
Description-Content-Type: text/markdown

# 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

