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

[DO NOT MERGE] Add Concurrency in GCS #271

Closed

Conversation

jignesh-crest
Copy link
Collaborator

This PR addresses changes suggested for concurrency in GCS as we discussed in #256.

While unit testing, a server disconnected error was encountered, which is an open issue in the aiohttp.
We assume this is because multiple open connections are being used at the time, as before the concurrency change we were not facing this issue.

Please let us know your thoughts on this approach.

Also please don't merge this PR directly as we have to go through one round of testing once the approach is finalized.

Pre-Review Checklist

  • Covered the changes with automated tests
  • Tested the changes locally

connectors/sources/gcs.py Outdated Show resolved Hide resolved
connectors/sources/gcs.py Show resolved Hide resolved
connectors/sources/gcs.py Outdated Show resolved Hide resolved
@tarekziade
Copy link
Contributor

see #256 (comment)

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

Successfully merging this pull request may close these issues.

2 participants