Open Issues Need Help
View All on GitHub Redis Queue only consumes first order about 1 month ago
AI Summary: Debug a Redis queue consumer in a Node.js microservice-based cryptocurrency exchange application. The consumer, using `brPop`, only processes the first order in the queue and ignores subsequent orders. The task involves analyzing the consumer code, potentially examining for blocking operations, incorrect `brPop` usage, or issues with asynchronous operations (`await`). Logging enhancements within the consumer are likely necessary for effective debugging.
Complexity:
4/5
bug help wanted