nikita-sheremet-java-developer
nikita-sheremet-java-developer
Hello, > Pushing and pulling docker images to and from docker registries can be quite slow, even when everything is running on your laptop. So its useful to avoid that...
**Is your feature request related to a problem? Please describe.** When uplink retries a request there is no log message. I have to enable all loging for `requests.packages.urllib3`. but this...
**To Reproduce** Consider a code: ``` from uplink import retry, Consumer, get class MyApi(Consumer): @retry( when=retry.when.status_5xx(), stop=retry.stop.after_delay(60), backoff=retry.backoff.fixed(5) ) @get("mypath") def make_request(self): """""" ``` Then make a request: ``` MyApi(base_url="https://my-api.com").make_request()...
I have tried to create snapshot model and faced with many issues: 1. Documentation recommends using yaml file - but with yaml I got `Did not find matching node for...