Skip to content

Add load testing scenarios for webhook delivery under concurrent pressure #603

Description

@Abdulazeem-code

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

  • Artillery scenario for webhook CRUD under load
  • Concurrent user simulation (50 virtual users)
  • Response time SLA assertions (p95 < 500ms)
  • Error rate assertion (< 1%)

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions