Handling failures
This page describes how to use Reactions in Serialized.Serialized provides automatic retries of failed reactions. If a reaction fails, it will be retried using an exponential backoff algorithm.
You can view all retries and execution of reactions in the Console. You can also use the SDKs to list reactions by status to see any failed or scheduled reactions.
Automatic retries
Reactions have a built-in retry mechanism and will be retried several times over the course of a day. A 2xx
response
is required for success, whereas a 4xx
or 5xx
response will be treated as an error and retried.
You can see all retries and any errors for your executed reactions in the Serialized Console.