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

Timeout when collecting merge requests from GitLab #2231

Closed
fniessink opened this issue Jun 3, 2021 · 0 comments · Fixed by #2318
Closed

Timeout when collecting merge requests from GitLab #2231

fniessink opened this issue Jun 3, 2021 · 0 comments · Fixed by #2318

Comments

@fniessink
Copy link
Member

fniessink commented Jun 3, 2021

Traceback (most recent call last):
  File "/home/collector/base_collectors/source_collector.py", line 109, in __safely_get_source_responses
    responses = await self._get_source_responses(api_url)
  File "/home/collector/source_collectors/gitlab/base.py", line 31, in _get_source_responses
    all_responses.extend(responses := await super()._get_source_responses(*next_urls))
  File "/home/collector/base_collectors/source_collector.py", line 137, in _get_source_responses
    raise response
  File "/usr/local/lib/python3.9/site-packages/aiohttp/client.py", line 1104, in throw
    self._coro.throw(arg)
  File "/usr/local/lib/python3.9/site-packages/aiohttp/client.py", line 544, in _request
    await resp.start(conn)
  File "/usr/local/lib/python3.9/site-packages/aiohttp/client_reqrep.py", line 905, in start
    self._continue = None
  File "/usr/local/lib/python3.9/site-packages/aiohttp/helpers.py", line 656, in __exit__
    raise asyncio.TimeoutError from None
asyncio.exceptions.TimeoutError

This aiohttp issue seems to be the cause: aio-libs/aiohttp#2217.

@fniessink fniessink added the Bug label Jun 3, 2021
@fniessink fniessink self-assigned this Jun 8, 2021
@fniessink fniessink removed their assignment Jun 17, 2021
fniessink added a commit that referenced this issue Jun 28, 2021
…ab connections to hang and timeout when the GitLab data is paginated. Fixes #2231, hopefully
fniessink added a commit that referenced this issue Jun 28, 2021
…ab connections to hang and timeout when the GitLab data is paginated. Fixes #2231, hopefully
fniessink added a commit that referenced this issue Jun 28, 2021
…ab connections to hang and timeout when the GitLab data is paginated. Fixes #2231, hopefully (#2318)
@fniessink fniessink moved this to Released in Quality-time backlog May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant