Skip to content

Instantly share code, notes, and snippets.

@johnytiago
Created June 17, 2019 14:51
Show Gist options
  • Save johnytiago/0e3591fca7aafea8d11186c2f995cf98 to your computer and use it in GitHub Desktop.
Save johnytiago/0e3591fca7aafea8d11186c2f995cf98 to your computer and use it in GitHub Desktop.
if (process.env.SERVICE_VERSION === 'v-faulty') {
if (Math.random() <= 0.5) // Break in half the calls
return getLocalReviewsServiceUnavailable(res)
return getLocalReviewsSuccessful(res, productId)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment