You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Svix Play supports simulating random failures to help you test how your webhook system handles intermittent issues. This is useful for testing retry logic, error handling, and system resilience.
78
+
79
+
You can use the `random_failure_rate` query parameter to specify a percentage (0-100) of requests that should randomly fail. When a request fails, it will use the status code from `force_status_code` if provided, or default to `400 Bad Request` if not set.
0 commit comments