-
The current album art cache can grow indefinitely. This feature would add cache management, such that a configurable maximum number of cache items are held at any time.
Two algorithms occur to me:…
-
This is about handling the scenario where RabbitMQ fails and is later restarted, specifically how to handle the messages which were prefetched with a QueueIterator before the connection broke.
Let'…
-
Each constructor could calculate their own route for area mex. The solution may as well still be greedy. The route should start from the end of their current queue (only if shift is held, of course) t…
-
![image](https://github.com/microsoft/DeepSpeed-MII/assets/97865462/240a12f1-b4cf-498b-b972-de48aa08e62c)
Hi! Can you provide the code and launch command of this experiment. Any references would be g…
-
### Describe the bug
The current ORB_QUEUE_LENGTH value of 12 in ActuatorTest.msg (as of 2985b5b9c28eb23c1d1ca3cb67de4ebcd7d2b539) causes warnings after more than one call to `actuator_test set`.
…
-
Creating an `Sqs` object with the `:connection_mode => :single` is supposed to open a persistent connection to queue.amazonaws.com.
However, after a period of inactivity ( ~2 minutes) when a new mess…
-
https://github.com/logstash-plugins/logstash-input-redis/blob/19927e7b68a5f058f11a3dbace876ba07c9901b9/lib/logstash/inputs/redis.rb#L145
Because the LTRIM is removing the just fetched data from Red…
-
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
### Version
2.11
### Minimal reproduce step
Use pulsar java…
-
We've been exploring use of this library in a Kubernetes (K8s) environment, but the choice of Sqlite as a back end is possibly preventing that use:
- Scaling in a K8s environment involves using mu…
-
# 💡 Summary #
Create persistent docker to house rabbitMQ messaging queue to work alongside of Celery to track, monitor and carryout tasks. The Celery framework must be added to Flask application to…