[Reporting] Failure to take a screenshot of a dashboard or visualization should retry #87074
Labels
bug
Fixes for quality problems that affect the customer experience
(Deprecated) Feature:Reporting
Use Reporting:Screenshot, Reporting:CSV, or Reporting:Framework instead
impact:medium
Addressing this issue will have a medium level of impact on the quality/strength of our product.
Reporting uses multiple timeouts when orchestrating the Kibana page for screenshot capture. These configuration settings were added in #58683 to ease with troubleshooting.
Unfortunately, now that the page avoids failing for the sake of capturing a troubleshooting image, the job no longer retries-after-failure which is the expected behavior for reporting. The setting for retrying jobs after a failed attempt is
xpack.reporting.capture.maxAttempts
.When Reporting is not able to orchestrate the page, it should fail the job as in the logic prior to #58683. Only on the final attempt should it capture the fallback screenshot for troubleshooting.
The text was updated successfully, but these errors were encountered: