We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15854f6 + e5ed2bf commit e345127Copy full SHA for e345127
src/ExponentialBackoff.php
@@ -61,7 +61,7 @@ public function execute(callable $function, array $arguments = [])
61
}
62
63
64
- if ($exception->getCode() == 403) {
+ if ($exception->getCode() == 401 || $exception->getCode() == 403) {
65
break;
66
67
0 commit comments