Skip to content

Releases: skyaktech/tlq-client-ruby

v0.4.0

21 Mar 21:13

Choose a tag to compare

What's New

Stats Endpoint

New stats method to retrieve queue statistics from the TLQ server:

client = TLQClient.new
stats = client.stats
# => {"ready" => 10, "processing" => 2, "dead" => 0}

Returns a hash with:

  • ready — messages waiting to be processed
  • processing — messages currently being processed
  • dead — messages that exceeded the server's max retry limit

Compatibility

This release aligns with TLQ server v0.4.0, which introduces the stats endpoint, an automated reaper worker for expired processing locks, and configurable retry limits.

Full Changelog

See CHANGELOG.md

v0.2.1

28 Nov 08:18
6d5e80e

Choose a tag to compare

What's Changed

  • feat: github aciton for publish and docs by @nebjak in #1

Full Changelog: https://github.com/skyaktech/tlq-client-ruby/commits/v0.2.1