We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
package versions:
matrix-synapse==1.117.0 synapse-s3-storage-provider==1.5.0
storage.yaml:
media_storage_providers: - module: s3_storage_provider.S3StorageProviderBackend store_local: True store_remote: True store_synchronous: True config: bucket: [redacted] region_name: us-east-1 endpoint_url: [redacted] access_key_id: [redacted] secret_access_key: [redacted] storage_class: "STANDARD_IA" threadpool_size: 60
I frequently see this homeserver error and media fails to retrieve from S3:
2024-10-23 12:04:29,673 - urllib3.connectionpool - 329 - WARNING - GET-2519500 - Connection pool is full, discarding connection: matrix-synapse-the-old-gang.s3.amazonaws.com. Connection pool size: 10
Documentation for this provider covers how to set the thread pool, but not the connection pool.
Is this configurable through the yaml file? If not, should it be?
Or does this suggest there is something else broken with my setup?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
package versions:
storage.yaml:
I frequently see this homeserver error and media fails to retrieve from S3:
Documentation for this provider covers how to set the thread pool, but not the connection pool.
Is this configurable through the yaml file? If not, should it be?
Or does this suggest there is something else broken with my setup?
The text was updated successfully, but these errors were encountered: