Skip to content

Commit 050d045

Browse files
authored
Update WikidataCommand.php
1 parent 243c88e commit 050d045

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Command/WikidataCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ function ($retries, $request, $response, $exception) {
195195
return false;
196196
}
197197

198-
// Retry on 504 Gateway Timeout
198+
// Retry on 429 Too Many Requests
199199
if ($response && $response->getStatusCode() === 429) {
200200
return true;
201201
}

0 commit comments

Comments
 (0)