Mike Placentra
Mike Placentra
I gave it a shot, but ran into two challenges. The first is that [there isn't a good health check endpoint that's compatible with ELB](https://github.com/docker/distribution/issues/629). The other problem I'm running...
Somewhat related: #210 proposes supporting wrapping a `Callable` created by `functools.partial()`. It's already close to working, but `backoff` would need to log `repr(callable)` rather than `callable.__name__` in the "backing off"...
Decorators would be great for applying React higher-order components which inject React props. Here's a JSX example of what I was trying to get working to inject a prop from...