adjust / rmq

Message queue system written in Go and backed by Redis
MIT License
1.57k stars 206 forks source link

Any plan to implement BufferedQueue? #131

Closed QuanTran91 closed 10 months ago

QuanTran91 commented 2 years ago

Hi everyone,

In the repo: https://github.com/adjust/redismq , I saw you guys did implement the BufferedQueue to improve the performance of the queue. However, now I don't see it anymore. At the moment I got an issue with the queue when there are a lot of requests coming, adding elements to the queue is quite slow. Do you have any plans to bring BufferedQueue back? Thank you.

wellle commented 2 years ago

I'm not aware of any plans for adding such behavior :v:

wellle commented 10 months ago

Closing as won't fix.