Skip to content

Conversation

@vgrozdanic
Copy link
Member

This fails cause the fetch_projects_with_recent_sessions function that is being called in the task will continue fetching projects for 360s before stoppping and returning the results.

Quick fix currently is to increase the deadline of the task, so that it has enough time to fetch all the data, but this also requires better refactor since it seems that current approach is sub-optimal.

Mark has tried to increase the timer in #96456, but it wasn't enough.

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jul 28, 2025
@vgrozdanic vgrozdanic requested a review from a team July 28, 2025 14:05
@vgrozdanic vgrozdanic merged commit 787f2e6 into master Jul 28, 2025
65 checks passed
@vgrozdanic vgrozdanic deleted the vg/increase-the-timeout branch July 28, 2025 14:19
andrewshie-sentry pushed a commit that referenced this pull request Aug 4, 2025
…96521)

This fails cause the `fetch_projects_with_recent_sessions` function that
is being called in the task will continue fetching projects for 360s
before stoppping and returning the results.

Quick fix currently is to increase the deadline of the task, so that it
has enough time to fetch all the data, but this also requires better
refactor since it seems that current approach is sub-optimal.

Mark has tried to increase the timer in
#96456, but it wasn't enough.
@github-actions github-actions bot locked and limited conversation to collaborators Aug 13, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants