Files
superset2/docs/admin_docs
Joe Li 242a41b82e fix(reports): correct retry wall-clock bound docs and minor cleanups
Address code-review findings on the webhook retry / executor-resolution
work:

- Webhook retry docs and the backoff comment described the worst-case
  bound as ~180s; backoff checks max_time against the time elapsed
  before each attempt, so the final request can start just under the
  limit and run its full 60s timeout — worst case ~210s.
- Drop the unused executor `username` unpacking in `_get_screenshots`.
- Clarify the Slack v2 atomic-revert comment (restoring in-memory
  values keeps a later commit from persisting a half-migrated set).
- Fix a stale "four call sites" -> "three call sites" docstring and a
  freezegun/backoff elapsed-clock comment in the tests.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-24 15:46:57 -07:00
..