fix: Adding SHUFFLE_APP_SDK_TIMEOUT support
This commit is contained in:
@@ -466,6 +466,7 @@ func deployServiceWorkers(image string) {
|
|||||||
fmt.Sprintf("TZ=%s", timezone),
|
fmt.Sprintf("TZ=%s", timezone),
|
||||||
fmt.Sprintf("SHUFFLE_LOGS_DISABLED=%s", os.Getenv("SHUFFLE_LOGS_DISABLED")),
|
fmt.Sprintf("SHUFFLE_LOGS_DISABLED=%s", os.Getenv("SHUFFLE_LOGS_DISABLED")),
|
||||||
fmt.Sprintf("DEBUG_MEMORY=%s", os.Getenv("DEBUG_MEMORY")),
|
fmt.Sprintf("DEBUG_MEMORY=%s", os.Getenv("DEBUG_MEMORY")),
|
||||||
|
fmt.Sprintf("SHUFFLE_APP_SDK_TIMEOUT=%s", os.Getenv("SHUFFLE_APP_SDK_TIMEOUT")),
|
||||||
},
|
},
|
||||||
//Hosts: []string{
|
//Hosts: []string{
|
||||||
// innerContainerName,
|
// innerContainerName,
|
||||||
|
|||||||
Reference in New Issue
Block a user