mirror of
https://github.com/apache/superset.git
synced 2026-07-21 06:05:46 +00:00
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>