Skip to content

Commit

Permalink
fix: Waiting for all the connectiond to be eastablished at the beginning
Browse files Browse the repository at this point in the history
  • Loading branch information
vbhagwat committed Jan 13, 2025
1 parent eb6660f commit d742474
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ def _get_session(self, config: RepoConfig):

# creation of Session
self._keyspace = keyspace
self._session = self._cluster.connect(self._keyspace)
self._session = self._cluster.connect(self._keyspace, wait_for_all_pools=True)

return self._session

Expand Down

0 comments on commit d742474

Please sign in to comment.