Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend context timeout window for "all" endpoint variants #224

Open
jpahm opened this issue Oct 10, 2024 · 1 comment · May be fixed by #235
Open

Extend context timeout window for "all" endpoint variants #224

jpahm opened this issue Oct 10, 2024 · 1 comment · May be fixed by #235
Assignees
Labels
good first issue Good for newcomers L1 A task suitable for someone who is comfortable helping with basic issues.

Comments

@jpahm
Copy link
Contributor

jpahm commented Oct 10, 2024

The "all" variants of the endpoints (i.e. CourseAll in the course controller) currently tend not to have long enough context timeouts to complete without timing out due to the large amount of data they need to supply.

This should be a relatively simple fix, which just involves increasing the timeout on these endpoints to something reasonable yet long enough for the data to be passed back consistently. This will involve some local testing.

@jpahm jpahm added L1 A task suitable for someone who is comfortable helping with basic issues. good first issue Good for newcomers labels Oct 10, 2024
@armansarder
Copy link

I would like to resolve this issue

@jpahm jpahm linked a pull request Nov 4, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers L1 A task suitable for someone who is comfortable helping with basic issues.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants