elastic/kibana

[Response Ops][Reporting] Use `p-retry` to retry report

Open

#245,437 opened on Dec 5, 2025

View on GitHub
 (3 comments) (0 reactions) (0 assignees)TypeScript (8,021 forks)batch import
Feature:Reporting:FrameworkTeam:ResponseOpsgood first issuequick-win

Repository metrics

Stars
 (19,065 stars)
PR merge metrics
 (Avg merge 2d 3h) (1,000 merged PRs in 30d)

Description

We added retries within the reporting task to handle retries for scheduled reporting in this PR: https://github.com/elastic/kibana/pull/229998

We should consider switching to using the p-retry library to avoid bugs with custom code.

Contributor guide