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
In general HEAD, GET, OPTIONS, and PUT requests have no side effects and are therefore safe to retry. However, POST requests implement by definition side effects and retrying them can cause undesired side effects (e.g. duplicate entries). So there should be a way to configure which requests based on the HTTP method should be retried and which not.
The text was updated successfully, but these errors were encountered:
In general HEAD, GET, OPTIONS, and PUT requests have no side effects and are therefore safe to retry. However, POST requests implement by definition side effects and retrying them can cause undesired side effects (e.g. duplicate entries). So there should be a way to configure which requests based on the HTTP method should be retried and which not.
The text was updated successfully, but these errors were encountered: