You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, we are using ci-queue for minitest and noticed that the memory usage in our Redis cluster grows slowly over time, despite using the default TTL of 8 hours. It appears that this is because not all keys have a corresponding expire call. For example, the requeues-countkey is never expired. Same thing for the running key. Is there any reason that only certain keys are marked as expired?
The text was updated successfully, but these errors were encountered:
Hi, we are using
ci-queue
for minitest and noticed that the memory usage in our Redis cluster grows slowly over time, despite using the default TTL of 8 hours. It appears that this is because not all keys have a correspondingexpire
call. For example, therequeues-count
key is never expired. Same thing for therunning
key. Is there any reason that only certain keys are marked as expired?The text was updated successfully, but these errors were encountered: