Whats a good example of when someone might be usin...
# ask-community
k
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
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.