ITADN

Connection pool is full, discarding connection: earthengine.googleapis.com. Connection pool size: 1

#203Closedmebibou 创建于 2023-06-02
M
mebiboucommented
I run queries to Earth Engine in parallel using multi-threading: ```python ee.Initialize(ee.ServiceAccountCredentials(EE_ACCOUNT_ID, EE_KEY_FILE)) with ThreadPoolExecutor() as executor: run_query() ``` Very often, I see this warning: ``` Connection pool is full, discarding connection: earthengine.googleapis.com. Connection pool size: 1 ``` Is there a way to change the pool size? or any other way to handle multi threading requests?
关闭于 2023-08-29 4 条评论