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

ActiveStorage needs to handle reductionist overload - if that is what this is #190

Open
bnlawrence opened this issue Mar 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@bnlawrence
Copy link
Collaborator

File "/Users/bnl28/Repositories/PyActiveStorage/activestorage/reductionist.py", line 165, in request
    response = session.post(
  File "/Users/bnl28/mambaforge/envs/fesom/lib/python3.10/site-packages/requests/sessions.py", line 637, in post
    return self.request("POST", url, data=data, json=json, **kwargs)
  File "/Users/bnl28/mambaforge/envs/fesom/lib/python3.10/site-packages/requests/sessions.py", line 589, in request
    resp = self.send(prep, **send_kwargs)
  File "/Users/bnl28/mambaforge/envs/fesom/lib/python3.10/site-packages/requests/sessions.py", line 703, in send
    r = adapter.send(request, **kwargs)
  File "/Users/bnl28/mambaforge/envs/fesom/lib/python3.10/site-packages/requests/adapters.py", line 507, in send
    raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='192.171.169.248', port=8080): Max retries exceeded with url: /v1/min/ (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x12d076a40>, 'Connection to 192.171.169.248 timed out. (connect timeout=None)'))
@bnlawrence bnlawrence added the bug Something isn't working label Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant