Skip to content

Commit

Permalink
fix: restart policy
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Oct 30, 2024
1 parent 41f03ab commit 593dc78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/http.php
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,6 @@ function (string $runtimeId, ?string $payload, string $path, string $method, mix
if (!in_array($executionResponse['errNo'], [
CURLE_COULDNT_RESOLVE_HOST, // 6
CURLE_COULDNT_CONNECT, // 7
CURLE_GOT_NOTHING, // 52
])) {
break;
}
Expand Down

0 comments on commit 593dc78

Please sign in to comment.