In my previous article Keep Trying: Redux Saga Style we focused on the ability to have a saga cleanly handle errors and continue to attempt an API call in the event of failure. Although useful, there are other extensions of this pattern that provide a bit more value; let’s take a look at a few. Max TriesThere is one major issue with the autoRestart concept: in the case that an API is completely do