Skip to content

Rqueue 2.3.0

Choose a tag to compare

@sonus21 sonus21 released this 02 Jan 13:04
· 121 commits to master since this release
b85a739

Added

  • Job checkin for long-running tasks
  • Display job and failure details in UI for each message
  • Allow deleting messages from normal and scheduled queues instead of only dead letter queue.
  • Scan only required beans for RqueueListener annotated methods

Fixes

  • Redis string deserialization issue, string were inserted without quote''
  • Dashboard CSP rule error for inline javascript
  • Double minus sign (--) in UI

Miscellaneous

  • Delete message metadata along with messages using background job
  • Potential error for a periodic message, if period was longer than 24 hours
  • Add retry limit exceeded messages at the front of dead letter queue instead at the back.