Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App sometimes crashes if exclusive split traffic doesn't total 100% #10

Closed
tandrewnichols opened this issue Aug 15, 2014 · 0 comments
Closed

Comments

@tandrewnichols
Copy link
Contributor

If you, for instance, define traffic as

"foo": {
  "exclusiveSplit": true,
  "traffic": 1,
  "features": {
    "a": {
      "traffic": 0.33
    },
    "b": {
      "traffic": 0.33
    },
    "c": {
      "traffic": 0.33
    }
  }
}

We've observed that this typically throws "Cannot read property 'isFeatureEnabled' of undefined" somewhere in our routes/middleware. This might not be only with exclusiveSplits . . . it might be when the inner traffic does not add up to the parent traffic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant