Skip to content

Releases: mdawar/rq-exporter

v1.7.0

05 Apr 08:59
Compare
Choose a tag to compare

Updated rq version to v1.8.0

v1.6.0

06 Jan 14:04
Compare
Choose a tag to compare
  • Update rq to v1.7.0

v1.5.1

06 Jan 14:00
Compare
Choose a tag to compare
  • Fixed missing import

v1.5.0

14 Nov 09:20
Compare
Choose a tag to compare

Updated rq version to v1.6.1

v1.4.0

05 Oct 14:45
Compare
Choose a tag to compare

Updated rq version to v1.5.2

v1.3.0

10 Jun 19:10
Compare
Choose a tag to compare

Add support for specifying custom RQ Worker and Queue classes.

New configuration options:

CLI Argument Env Variable Default Value Description
--worker-class RQ_WORKER_CLASS rq.Worker RQ worker class
--queue-class RQ_QUEUE_CLASS rq.Queue RQ queue class

v1.2.0

05 Jun 06:32
Compare
Choose a tag to compare
  • Update packages versions to support RQ 1.4+, thanks @astrowicked

v1.1.0

28 Apr 14:26
Compare
Choose a tag to compare
  • Added the ability to configure the exporter using both command line arguments and environment variables
  • Docker: do not serve the application by default using Gunicorn
  • Added new environment variables to configure the application host, port and logging options

v1.0.1

27 Apr 19:34
Compare
Choose a tag to compare

Changes:

  • Default port was changed to 9726 following the Prometheus exporters unique port number convention

v1.0.0

27 Apr 19:36
Compare
Choose a tag to compare

First release