Skip to content

Commit

Permalink
fix(appengine): add RANDOM as a supported ShardBy (#3998) (#3999)
Browse files Browse the repository at this point in the history
  • Loading branch information
spinnakerbot authored and ezimanyi committed Sep 4, 2019
1 parent 7a485ae commit 6dce6e1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,5 @@ enum ShardBy {
UNSPECIFIED,
COOKIE,
IP,
RANDOM,
}

0 comments on commit 6dce6e1

Please sign in to comment.