The goal of this library is that it be easy to add to existing codebases without fear of breaking stuff.
Since we catch exceptions on Replacement and default to using the result of Existing, this generally works.
There is a possible failure mode that is unaccounted for though, namely, slow failures.
Add a timeout/max "extra time" for Replacement to mitigate this scenario
The goal of this library is that it be easy to add to existing codebases without fear of breaking stuff.
Since we catch exceptions on
Replacementand default to using the result ofExisting, this generally works.There is a possible failure mode that is unaccounted for though, namely, slow failures.
Add a timeout/max "extra time" for Replacement to mitigate this scenario