Closed stoyanr closed 8 years ago
Would you make it clear in the job spec that the NINETY_PERCENT_OF_RAM is a kind of magic value? Just in case someone wonders how it makes a useable configuration value in a deployment.
I added that now, plus a bit more information and an example.
thanks!
We would like to be able to configure the Redis memory settings for the
queue
job, in particular the 2 propertiesmaxmemory
andmaxmemory-policy
. We had actual issues with Redis consuming too much memory in some of our deployments. Without being able to specify these settings, we wouldn't be able to solve them.