Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.35 KB

README.md

File metadata and controls

27 lines (14 loc) · 1.35 KB

Autoscale Example App

A tiny Rails app (from the folks at Judoscale) for testing autoscalers.

What do you mean "testing autoscalers"?

The only way to see an autoscaler in action is to force your app to hit its current server capacity. This app makes it easy by specifying how long you want requests and jobs to take.

demo

How do I use it?

First, you deploy your own instance. Use one of the buttons below to deploy.

Deploy to Heroku

Deploy to Render

Once deployed, just open the app in a browser and follow the instructions.

Note that if you're going to make code changes (such as installing a Judoscale gem), you'll want to follow the instructions below.

How do I make changes?

If you only want to make configuration changes to your deployment, you can use the deploy buttons here without creating your own repo. Just tweak the environment variables in Heroku or Render.

If you want to make code changes, you'll need to create a new repo from the template first.