Giter Club home page Giter Club logo

crappi's Introduction

crappi 0.3.0

Build Status

A failure testing utility to make your Hapi API more Crappi

The impetus for this plugin was an internal request to help my ops team debug an issue by randomly increasing API response times by 10 seconds to force a client to timeout.

I hope to add more functionality to make this more useful, such as adding new ways to make your API crappi, using tags to specify which routes to apply crappiness to and parameters to adjust the crapiness

Usage

To make a route crappi, you must add a crappi property to the route's plugins object where the value is either true or an object containing route specific options

{
    config: {
        plugins: {
            crappi: // true or crappi options
        }
    }
}

Setting crappi to a crappi options object will use those settings. If set to true, crappi will first use any global settings registered before falling back to defaults.

Plugin Options Object

  • slomo - options for slowing down an API's response
    • rate - percent of calls affected
    • time - number of seconds to delay the response

You can pass options to your server globally via pack.require or Hapi.Composer eg.

pack: {},
servers: [ ... ],
plugins: {
  'crappi': {
      slomo: {
        rate: 10,
        time: 10
      }
    }
  }
}

crappi's People

Contributors

josephjeganathan avatar nrdsrfr avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

bedegaming

crappi's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.