Performance Issues
Seiri provides detailed insights to help you maintain high performance for your webhooks and jobs.
Common Performance Concerns
- High webhook volume causing spikes in latency
- Long-running job executions
- Retry storms due to repeated failures
Investigating Performance
To analyze webhook and job performance in Seiri:
- Navigate to Dashboard → Webhooks.
- Select a webhook and open the Overview tab.
- Review key performance metrics, including:
- Delivery rate
- Average latency
- Retry count
- Identify webhooks or jobs that frequently exceed performance thresholds.
- Use tracing to follow slow or failed events end-to-end and pinpoint bottlenecks.
Optimizing Performance
- Scale your endpoints to handle peak traffic.
- Use Immediate webhooks only for critical events; schedule less critical events.
- Monitor trends over time to anticipate resource needs.
Tip: Set up alerts for performance degradation to proactively address issues before they impact your system.