Tighten dsbx action poll: 500ms initial wait, then 200ms until 2s, then 500ms. - #32769
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Contributor
Author
|
This change is part of the following stack:
Change managed by git-spice. |
This was referenced Sep 18, 2026
Fraggle
force-pushed
the
sflory/add-timings-informations-for
branch
from
September 18, 2026 21:25
fda1a33 to
b10a0f4
Compare
Fraggle
force-pushed
the
sflory/dsbx-action-poll-cadence
branch
from
September 18, 2026 21:25
b025dfc to
6917231
Compare
Fraggle
force-pushed
the
sflory/add-timings-informations-for
branch
from
September 18, 2026 21:35
b10a0f4 to
363e0ff
Compare
Fraggle
force-pushed
the
sflory/dsbx-action-poll-cadence
branch
from
September 18, 2026 21:35
6917231 to
7e67049
Compare
adrsimon
approved these changes
Sep 20, 2026
Fraggle
force-pushed
the
sflory/add-timings-informations-for
branch
from
September 21, 2026 08:40
363e0ff to
dad575e
Compare
Fraggle
force-pushed
the
sflory/dsbx-action-poll-cadence
branch
from
September 21, 2026 08:40
7e67049 to
f5f66ad
Compare
Fraggle
force-pushed
the
sflory/add-timings-informations-for
branch
from
September 21, 2026 12:53
dad575e to
f1af963
Compare
Fraggle
force-pushed
the
sflory/dsbx-action-poll-cadence
branch
from
September 21, 2026 12:54
f5f66ad to
86f6cba
Compare
Base automatically changed from
sflory/add-timings-informations-for
to
main
September 21, 2026 12:54
…en 500ms. Skips the useless immediate GET after 202 and densifies polling while warm tools usually finish.
Fraggle
force-pushed
the
sflory/dsbx-action-poll-cadence
branch
from
September 21, 2026 12:54
86f6cba to
433b9c7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
DustApiClient::poll_action_resultnow waits 500 ms after a 202 response before the first status request, polls every 200 ms for the first two seconds, then returns to 500 ms polling for longer-running actions. This removes the guaranteed premature GET while improving completion latency for warm tools without changing the 10-minute cap.Tests
Added unit coverage for the fast-to-slow polling boundary in
pending_poll_interval.Risk
Low risk. The change only affects action-status polling cadence; the existing timeout and network-error limits remain unchanged. Rollback is safe by reverting the
dust-sandboxchange.Deploy Plan
Deploy
dust-sandbox. No SQL migrations or infrastructure changes are required.