Skip to main content


hci.social now implements autoscaling for sidekiq worker queues. 📈 📉

Capacity dynamically adjusts to increase compute during busy periods and spins down unnecessary compute during idle periods.

This also results in a significant cost reduction---we automatically build up and tear down machines on-demand. 💰 #mastoadmin
Two charts. The first is a line chart between 1 and 6. This refers to the number of compute instances. Over time, the instances go up and down depending on demand.

The second is a line graph showing how CPU utilization is used to make decisions about instance size. When utilization is high, capacity increases. When utilization is low, capacity decreases.
⇧