rusackas opened a new pull request, #43903: URL: https://github.com/apache/superset/pull/43903
### SUMMARY #42481 added retry-on-failure support for reports (the Error Handling panel, the RETRYING state, and the exponential backoff config settings), but the alerts-reports docs never got updated for it. This fills that gap: a new "Retry on Failure" section covering the UI fields, the RETRYING state, and `ALERT_REPORTS_RETRY_BASE_DELAY_SECONDS` / `ALERT_REPORTS_RETRY_MAX_DELAY_SECONDS`. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF N/A, docs only. ### TESTING INSTRUCTIONS Read the new "Retry on Failure" section in `docs/admin_docs/configuration/alerts-reports.mdx` (renders under Admin Docs > Configuration > Alerts and Reports) and check it against the behavior in `superset/commands/report/execute.py` and the Error Handling panel in the report modal. ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ] Required feature flags: - [ ] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API Co-Authored-By: Claude <[email protected]> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
