Releases: skyaktech/tlq-client-ruby
Releases · skyaktech/tlq-client-ruby
v0.4.0
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 processedprocessing— messages currently being processeddead— 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