Skip to content

Releases: mdawar/rq-exporter

v3.1.0

05 Dec 13:22
1fb1491

Choose a tag to compare

fix: avoid clean up when querying queue job count (#42)

v3.0.1

04 Nov 12:26
391c314

Choose a tag to compare

Update the Docker image.

v3.0.0

21 Nov 15:03
b04621f

Choose a tag to compare

  • Add support for rq v2.0.0
  • Update the Docker image Python version to 3.13
  • Update dependencies

v2.1.2

17 Jan 14:42
12ac0e7

Choose a tag to compare

Pass the password when connecting to the Sentinel master.

v2.1.1

12 Jan 13:22
1ec3b09

Choose a tag to compare

Pass the password when creating the Sentinel connection.

v2.1.0

06 Jul 17:30

Choose a tag to compare

  • Added support for Sentinel hosts with different ports (sentinel1:26379,sentinel2:26380)
  • Changed Python Docker image to 3.8-slim-bookworm

v2.0.0

15 Jul 09:28

Choose a tag to compare

New metrics for successful and failed job counts and worker total working time in seconds, used to calculate the avg. job latency, added by @mkotsalainen.

Metric Name Type Labels Description
rq_workers_success_total Counter name, queues Successful job count by worker
rq_workers_failed_total Counter name, queues Failed job count by worker
rq_workers_working_time_total Counter name, queues Total working time in seconds by worker

v1.9.3

26 Mar 12:46

Choose a tag to compare

Build a new Docker image.

v1.9.2

09 Dec 18:12

Choose a tag to compare

Use explicit UID (999) for the container user. Thanks to @aleksandr-vin

v1.9.1

19 Nov 10:26

Choose a tag to compare

Fixed a bug introduced in v1.9.0.
The default Redis sentinel host in now None instead of localhost.