Autoscale background worker from Redis Queue
T
Tommy Parnell
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)
Log In
K
Kai Marshland
I currently use a server that polls redis and then uses the render API for this purpose. It works fairly well, but it's definitely more work than letting render handle this kind of scaling