Dawid Skłodowski
Results
2
issues of
Dawid Skłodowski
Pull-request that fixes failover and retry mechanism. Changes in details: - Refactoring: move `with_retry` method to `Cluster` -- it belongs there as it operates on cluster. - Introduce retries on...
When having resource cached on S3, instead of downloading it from S3 and then sending it to client, we could redirect user directly to S3, to save on bandwidth and...