Whats a good example of when someone might be using "retries" in their system? This sounds really dumb, I know I need it, but need some inspiration
j
Jeremiah
07/12/2019, 12:44 PM
Never worry about asking questions! A common case is when you depend on an external API that might not always work. For example, if a download occasionally fails, you might want that task to automatically retry after a few minutes.