Tag Archives: retry

Re-thinking the retry

(Originally posted October 30, 2018) A common pattern used when communicating with external services is to retry a call that fails. Stripped of bells and whistles, the typical retry loop looks like this: We can quibble about the specific implementation, … Continue reading

Posted in Software development | Tagged , | Leave a comment