You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am not trying to cause trouble, I just want to understand how
backoff
andtenacity
differ. I came to knowtenacity
first.I understand they are not exact duplicates of each other, and I am not looking for technical differences, but use-case differences.
For instance, I mostly use
tenacity
for communication between (micro)services. It seems to be better for that, AFAICT.So, maybe a summary that highlights a few of the differences. Something like:
Tenacity outperforms with:
Backoff outperforms with:
(This is just a pretend example, I don't know that it is true. Just trying to demonstrate what I am looking for.)
Beta Was this translation helpful? Give feedback.
All reactions