Made orborus have the environment variable SHUFFLE_AUTO_IMAGE_DOWNLOAD=false distribution to worker in swarm

This commit is contained in:
Frikky
2023-12-18 22:38:53 +01:00
parent 8cfba1ac30
commit 6d7756b093
4 changed files with 10 additions and 1 deletions
+1
View File
@@ -821,6 +821,7 @@ func handleRemoteDownloadApp(resp http.ResponseWriter, ctx context.Context, user
return
}
defer newresp.Body.Close()
respBody, err := ioutil.ReadAll(newresp.Body)
if err != nil {
log.Printf("[ERROR] Failed setting respbody for workflow download: %s", err)