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
By default, all HTTP requests are attempted multiple times. Some errors might require a retry (not sure which, to be honest), but some clearly should not be retried.
$gd->delete_file($nonexistent_id);
This gets retried over and over even though it returns a 404 which means it cannot be fixed by retrying.
The text was updated successfully, but these errors were encountered:
By default, all HTTP requests are attempted multiple times. Some errors might require a retry (not sure which, to be honest), but some clearly should not be retried.
This gets retried over and over even though it returns a 404 which means it cannot be fixed by retrying.
The text was updated successfully, but these errors were encountered: