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.
1 parent e0753f9 commit 09028dcCopy full SHA for 09028dc
src/Task/Runner.php
@@ -81,7 +81,8 @@ class Runner
81
7 => self::TASK_RETRY_ALWAYS, // CURLE_COULDNT_CONNECT
82
28 => self::TASK_RETRY_ALWAYS, // CURLE_OPERATION_TIMEOUTED
83
35 => self::TASK_RETRY_ALWAYS, // CURLE_SSL_CONNECT_ERROR
84
- 52 => self::TASK_RETRY_ALWAYS // CURLE_GOT_NOTHING
+ 52 => self::TASK_RETRY_ALWAYS, // CURLE_GOT_NOTHING
85
+ 'lighthouseError' => self::TASK_RETRY_NEVER
86
];
87
88
/**
0 commit comments