Releases: Sage/eventq
Releases · Sage/eventq
eventq_rabbitmq:v1.9.2
Re-push of v1.9.1 to resolve ruby gems issue.
eventq_rabbitmq:v1.9.1
Added EventQ::NonceManager functionality.
eventq_base:v1.9.1
Added EventQ::NonceManager functionality.
eventq_aws:v1.5.0
Added EventQ::NonceManager functionality.
eventq_rabbitmq:v1.8.2
Updated GC.start
call location to make sure all process iteration objects are out of scope before calling.
eventq_aws:v1.4.2
- Updated
GC.start
call location to allow process iteration objects to be out of scope before calling. - Extended message poll wait time to 10 seconds.
eventq_rabbitmq: v1.8.1
Unique worker id for thread will be untagged when message processing is complete.
eventq_base: v1.7.1
Added method to allow to untag the unique identifier from the thread.
eventq_base: v1.7.0
New module to allow concrete worker classes of different queue systems to tag the processing thread of a message. This will assist in being able to use custom loggers to group log message together for ease of debugging.
eventq_aws: v1.4.1
Unique worker id for thread will be untagged when message processing is complete.