ClusterHQ / powerstrip

Powerstrip: A tool for prototyping Docker extensions
https://clusterhq.com/
Apache License 2.0
302 stars 32 forks source link

Implemented connection fail solver and updated Dockerfile #84

Closed aanm closed 9 years ago

aanm commented 9 years ago

I was having some troubles with powerstrip where if a request was dropped powerstrip didn't retried again. I add a simple method to retry it. While I was building the docker image I saw some dependencies conflicts and that's why I had to change the pyasn1 installation source.

Signed-off-by: André Martins aanm90@gmail.com

lukemarsden commented 9 years ago

Thanks @aanm!