resilient-http / resilient.js

Fault tolerant and reactive HTTP client for node.js and browsers
184 stars 13 forks source link

Custom HTTP code errors to omit fallback/retry process #102

Closed h2non closed 9 years ago

h2non commented 9 years ago
Resilient({
  service: {
    omitFallbackOnErrorCodes: [500, 501],
    omitRetryOnErrorCodes: [500, 501]
  }
})
h2non commented 9 years ago

Done in 0.2.15