Often I write background workers to process a queue. Since Redis is a first class citizen, its nice to use the Redis queue. Would be great if I could set some autoscale rules for background workers based on the Redis queue size (ie. spin up more background workers if the queue size increases/decreases)