Integrations - Activity
Retry
Automatically trying an operation again after a temporary failure
What's it for?
Handles temporary failures by trying the same operation again automatically.
For example…
An API call times out once, so the application waits briefly and retries automatically because the failure may be temporary.
A message processor retries a failed delivery three times before moving the message to a dead-letter queue.