parameterize s3

pull/479/head
Frostebite 2023-01-19 17:01:42 +00:00
parent da03b028f5
commit a6c78aed1b
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ class Kubernetes implements ProviderInterface {
const reason = errorParsed.reason || errorParsed.response?.body?.reason || ``;
const errorMessage = errorParsed.message || ``;
const continueStreaming = reason === `NotFound` || errorMessage.includes(`dial timeout, backstop`);
const continueStreaming = errorMessage.includes(`dial timeout, backstop`);
if (continueStreaming) {
CloudRunnerLogger.log('Log Stream Container Not Found');
await new Promise((resolve) => resolve(5000));