RedisBlockingQueue currently uses a 100ms poll to check if there's any available work for a given WorkManager queue.
This should be changed to use Redis Pub/Sub in order to avoid the polling.
- duplicates
-
NXP-17721 Improve RedisBlockingQueue to reduce number of requests
- Resolved