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

httpx.PoolTimeout #163

Closed
amit-trexo opened this issue May 10, 2024 · 1 comment
Closed

httpx.PoolTimeout #163

amit-trexo opened this issue May 10, 2024 · 1 comment

Comments

@amit-trexo
Copy link

amit-trexo commented May 10, 2024

On trying few applications using peds api, through USApplication.objects.get(application_number) on FastApi
0|gunicorn | File "/home/ubuntu/fastapi/venv/lib/python3.10/site-packages/httpx/_client.py", line 1689, in _send_handling_auth
0|gunicorn | response = await self._send_handling_redirects(
0|gunicorn | File "/home/ubuntu/fastapi/venv/lib/python3.10/site-packages/httpx/_client.py", line 1726, in _send_handling_redirects
0|gunicorn | response = await self._send_single_request(request)
0|gunicorn | File "/home/ubuntu/fastapi/venv/lib/python3.10/site-packages/httpx/_client.py", line 1763, in _send_single_request
0|gunicorn | response = await transport.handle_async_request(request)
0|gunicorn | File "/home/ubuntu/fastapi/venv/lib/python3.10/site-packages/hishel/_async/_transports.py", line 201, in handle_async_request
0|gunicorn | response = await self._transport.handle_async_request(request)
0|gunicorn | File "/home/ubuntu/fastapi/venv/lib/python3.10/site-packages/httpx/_transports/default.py", line 372, in handle_async_request
0|gunicorn | with map_httpcore_exceptions():
0|gunicorn | File "/usr/lib/python3.10/contextlib.py", line 153, in exit
0|gunicorn | self.gen.throw(typ, value, traceback)
0|gunicorn | File "/home/ubuntu/fastapi/venv/lib/python3.10/site-packages/httpx/_transports/default.py", line 86, in map_httpcore_exceptions
0|gunicorn | raise mapped_exc(message) from exc
0|gunicorn | httpx.PoolTimeout

@amit-trexo
Copy link
Author

System issue. Resolved.

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

No branches or pull requests

1 participant