Description
The existing Artillery config only tests read endpoints. Webhook registration and delivery under concurrent write pressure is untested.
Proposed Solution
Add Artillery scenarios that simulate 50 concurrent users registering webhooks, triggering deliveries, and listing webhooks simultaneously.
Acceptance Criteria
Suggested Implementation Areas
artillery.yml or stellar-payment-platform/artillery.yml
Impact
Identifies performance bottlenecks and race conditions in the webhook system before they hit production.
Description
The existing Artillery config only tests read endpoints. Webhook registration and delivery under concurrent write pressure is untested.
Proposed Solution
Add Artillery scenarios that simulate 50 concurrent users registering webhooks, triggering deliveries, and listing webhooks simultaneously.
Acceptance Criteria
Suggested Implementation Areas
artillery.ymlorstellar-payment-platform/artillery.ymlImpact
Identifies performance bottlenecks and race conditions in the webhook system before they hit production.