We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32820f commit 758f939Copy full SHA for 758f939
1 file changed
Makefile
@@ -64,7 +64,8 @@ inject-fault: ## Inject DynamoDB throttling fault (breaks order_processor)
64
-d @04-chaos-engineering/faults/ddb-throttle-localstack.json | python3 -m json.tool
65
66
remove-fault: ## Remove all active fault injections
67
- curl -s -X DELETE http://localhost:4566/_localstack/chaos/faults
+ curl -s -X DELETE http://localhost:4566/_localstack/chaos/faults \
68
+ -H "Content-Type: application/json" -d '[]'
69
70
replay-dlq: ## Replay messages from the DLQ back to the main queue
71
awslocal sqs receive-message \
0 commit comments