Skip to content

Commit

Permalink
Enable error flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Starefossen committed Aug 28, 2024
1 parent 73c4670 commit 5cfef21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/flagd/demo.flagd.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"on": true,
"off": false
},
"defaultVariant": "off"
"defaultVariant": "on"
},
"recommendationServiceCacheFailure": {
"description": "Fail recommendation service cache",
Expand Down Expand Up @@ -44,7 +44,7 @@
"on": true,
"off": false
},
"defaultVariant": "off"
"defaultVariant": "on"
},
"kafkaQueueProblems": {
"description": "Overloads Kafka queue while simultaneously introducing a consumer side delay leading to a lag spike",
Expand All @@ -62,7 +62,7 @@
"on": true,
"off": false
},
"defaultVariant": "off"
"defaultVariant": "on"
},
"paymentServiceFailure": {
"description": "Fail payment service charge requests",
Expand Down Expand Up @@ -102,4 +102,4 @@
"defaultVariant": "off"
}
}
}
}

0 comments on commit 5cfef21

Please sign in to comment.