Skip to content

fix(cloud-task): lower session-log history page request size#3029

Closed
tatoalo wants to merge 1 commit into
mainfrom
fix/cloud-task-session-log-page-size
Closed

fix(cloud-task): lower session-log history page request size#3029
tatoalo wants to merge 1 commit into
mainfrom
fix/cloud-task-session-log-page-size

Conversation

@tatoalo

@tatoalo tatoalo commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Problem

On bootstrap the cloud-task watcher loads run history by paging session_logs. With the page size at 5,000 entries, the first page of a long run can be many MB and fail to transfer within the watcher's per-request fetch timeout, so it retries indefinitely and the run is stuck "Connecting to your cloud runner" even though it is healthy.

Changes

Lower SESSION_LOG_PAGE_LIMIT from 5,000 to 1,000 so the first (and every) history page request stays small

Request fewer entries per session_logs page so the first history page on bootstrap stays small, complementing the server-side per-page byte cap. Aligns the client page size with the backend default.
@tatoalo tatoalo self-assigned this Jun 30, 2026
@github-actions

Copy link
Copy Markdown

React Doctor found no issues in the changed files. 🎉

Reviewed by React Doctor for commit 175a91b.

@greptile-apps

greptile-apps Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Reviews (1): Last reviewed commit: "fix(cloud-task): lower session-log histo..." | Re-trigger Greptile

@tatoalo tatoalo added the Stamphog This will request an autostamp by stamphog on small changes label Jun 30, 2026
@tatoalo

tatoalo commented Jun 30, 2026

Copy link
Copy Markdown
Contributor Author

closing, since BE gate is enough

@tatoalo tatoalo closed this Jun 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Stamphog This will request an autostamp by stamphog on small changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant