Skip to content

perf: replace fixed async poll interval with step-up backoff - #181

Merged
yuly3 merged 1 commit into
mainfrom
perf/async-poll-step-up-backoff
Jul 4, 2026
Merged

perf: replace fixed async poll interval with step-up backoff#181
yuly3 merged 1 commit into
mainfrom
perf/async-poll-step-up-backoff

Conversation

@yuly3

@yuly3 yuly3 commented Jul 4, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

The async query poll endpoint is a server-side long-poll: each GET blocks
until the query completes or the server-side timeout elapses, so the client
normally does not need to sleep. The previous fixed 10s sleep only added
latency when a GET returned in-progress quickly.
@yuly3 yuly3 self-assigned this Jul 4, 2026
@yuly3
yuly3 marked this pull request as ready for review July 4, 2026 14:28
@cursor

cursor Bot commented Jul 4, 2026

Copy link
Copy Markdown

Bugbot is not enabled for this team, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@yuly3
yuly3 merged commit ed553db into main Jul 4, 2026
6 checks passed
@yuly3
yuly3 deleted the perf/async-poll-step-up-backoff branch July 4, 2026 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant