Skip to content

lizTheDeveloper/Pinocchio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pinocchio

Puppet app for Heroku Ops Challenge

Endpoints

A couple of simple endpoints geared towards causing trouble:

  1. /wait[/time_to_wait] - Causes the app to randomly wait between 1 to 20 seconds before responding, or else a specific time to wait.

  2. /load_wait - Makes the app wait proportional to the number of times load_wait is called. Currently set to slow down by 1 second more every 50 calls. This is per dyno, and reset on a dyno restart.

  3. /die - Kills the app with a SIGABRT. (Note, gunicorn ignores this, so probably we'll have to deploy the raw app)

About

Puppet app for Heroku Ops Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published