github dedicatedcode/reitti v1.9.2

one day ago

Reitti 1.9.2: RabbitMQ vhost Support & Performance Fix

Hello everyone,

I'm releasing version 1.9.2, which includes a new feature for RabbitMQ users and a significant bug fix for data processing.

New Feature: RabbitMQ vhost Support

For those of you using a shared RabbitMQ instance, I've added support for virtual hosts (vhosts). This allows you to segregate Reitti's message queue from other applications for better organization and security.

  • To use this, simply set the new RABBITMQ_VHOST environment variable to your desired virtual host.
  • This enhancement was implemented in PR #341.

Bug Fix: Data Processing Speed

I've fixed a performance issue that was slowing down the processing of new data.

  • A recent change introduced an error in how data batches were handled, causing the processor to only handle about half of the available points on each run. This meant that catching up on unprocessed data was significantly slower than it should have been.
  • I've corrected the logic, and the processor now correctly handles all points in every batch, restoring the expected processing speed. The fix is in PR #339.

It's recommended to update to benefit from these improvements.

Full Changelog: https://github.com/dedicatedcode/reitti/compare/v1.9.1...v1.9.2

Don't miss a new reitti release

NewReleases is sending notifications on new releases.