You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are times when an error may dictate a retry; i.e. network error. However, there are times when the failure indicates any subsequent job will fail. For instance, a ConstraintError from Ecto.
By passing the error into retry function, we can inspect and handle accordingly.
There are times when an error may dictate a retry; i.e. network error. However, there are times when the failure indicates any subsequent job will fail. For instance, a
ConstraintError
from Ecto.By passing the error into retry function, we can inspect and handle accordingly.
The text was updated successfully, but these errors were encountered: