mbr / simplekv

A simple key-value store for binary data.
http://simplekv.readthedocs.io
MIT License
152 stars 50 forks source link

azurestore: add socket_timeout parameter #96

Closed jochen-ott-by closed 5 years ago

jochen-ott-by commented 5 years ago

The azure storage library configures default timeouts that are not suitable for all applications. In particular, it configures a timeout of 2000s which (together with the default re-try policy) can take several hours before an error is raised in case of connection issues. This exposes the socket_timeout parameter of BlockBlobService, so applications can choose to override the default to a value that makes more sense in their context.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-8.2%) to 81.261% when pulling 5b4b49008c20d380bf1f752d5071826295d00759 on byjott:azurestore-add-socket-timeout-parameter into 00500e2d26528b5d4cfdfc9611651d0cab011164 on mbr:master.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-8.2%) to 81.261% when pulling 5b4b49008c20d380bf1f752d5071826295d00759 on byjott:azurestore-add-socket-timeout-parameter into 00500e2d26528b5d4cfdfc9611651d0cab011164 on mbr:master.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-8.2%) to 81.261% when pulling 5b4b49008c20d380bf1f752d5071826295d00759 on byjott:azurestore-add-socket-timeout-parameter into 00500e2d26528b5d4cfdfc9611651d0cab011164 on mbr:master.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-8.2%) to 81.261% when pulling 5b4b49008c20d380bf1f752d5071826295d00759 on byjott:azurestore-add-socket-timeout-parameter into 00500e2d26528b5d4cfdfc9611651d0cab011164 on mbr:master.