Relative Content

Tag Archive for pythongoogle-cloud-platformgoogle-cloud-storageconnectionconnection-pooling

2024-07-16 21:26:40,575 – WARNING – Connection pool is full, discarding connection: storage.googleapis.com

I’m working on a Python script that downloads images from an Amazon S3 bucket and uploads them to Google Cloud Storage (GCS) using the google-cloud-storage library. The script processes a large dataset in chunks and uses concurrent.futures.ThreadPoolExecutor to parallelize the downloads and uploads.
However, after running for a while, I start seeing the following warning message:
com

2024-07-16 21:26:40,575 – WARNING – Connection pool is full, discarding connection: storage.googleapis.com

I’m working on a Python script that downloads images from an Amazon S3 bucket and uploads them to Google Cloud Storage (GCS) using the google-cloud-storage library. The script processes a large dataset in chunks and uses concurrent.futures.ThreadPoolExecutor to parallelize the downloads and uploads.
However, after running for a while, I start seeing the following warning message:
com