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

100 requests in queue #1297

Open
johrstrom opened this issue Jul 21, 2021 · 1 comment
Open

100 requests in queue #1297

johrstrom opened this issue Jul 21, 2021 · 1 comment
Labels
area/performance bug Existing functionality not working as expected component/dashboard
Milestone

Comments

@johrstrom
Copy link
Contributor

johrstrom commented Jul 21, 2021

A user at OSC hit this limit in NGINX. While I think the limit is OK and should definitely be there, I wonder how they hit this? Could it be that something in our code is making run away requests filling up this queue? I doubt we have rate limiting in any of our client side javascript, so that could be the case.

App 20573 output: [2021-07-13 16:00:28 -0400 ] INFO "method=GET path=/pun/sys/dashboard/files/fs/somefile format=html controller=FilesController action=fs status=200 duration=173589.09 view=51566.48"
[ W 2021-07-13 16:02:51.7054 56016/Ty age/Cor/Con/CheckoutSession.cpp:260 ]: [Client 14-14] Returning HTTP 503 due to: Request queue full (configured max. size: 100)
[ W 2021-07-13 16:02:58.1125 56016/T10 age/Cor/Con/CheckoutSession.cpp:260 ]: [Client 15-14] Returning HTTP 503 due to: Request queue full (configured max. size: 100)
App 20573 output: [2021-07-13 16:03:21 -0400 ] INFO "method=GET path=/pun/sys/dashboard/files/fs/somefile format=html controller=FilesController action=fs status=200 duration=172767.20 view=51266.80"
[ W 2021-07-13 16:05:19.6208 56016/T8 age/Cor/Con/CheckoutSession.cpp:260 ]: [Client 1-15] Returning HTTP 503 due to: Request queue full (configured max. size: 100) 

┆Issue is synchronized with this Asana task by Unito

@msquee
Copy link
Contributor

msquee commented Jul 22, 2021

@johrstrom controller=FilesController makes me think that this happened because that user ran into the 404 loop bug: #1298

@lukew3 lukew3 added the bug Existing functionality not working as expected label Jun 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/performance bug Existing functionality not working as expected component/dashboard
Projects
None yet
Development

No branches or pull requests

3 participants