Rebuild backend to cleanup more memory

This commit is contained in:
Frikky
2023-10-23 02:47:23 +02:00
parent 96f972d465
commit 0feb1beebb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ require (
github.com/gorilla/mux v1.8.0
github.com/h2non/filetype v1.1.3
github.com/satori/go.uuid v1.2.0
github.com/shuffle/shuffle-shared v0.4.62
github.com/shuffle/shuffle-shared v0.4.64
golang.org/x/crypto v0.9.0
google.golang.org/api v0.125.0
google.golang.org/appengine v1.6.7
+1 -1
View File
@@ -1626,7 +1626,7 @@ func main() {
if len(toBeRemoved.Data) == len(executionRequests.Data) {
//log.Println("Should remove ALL!")
} else {
log.Printf("[INFO] NOT IMPLEMENTED: Should remove %d workflows from backend because they're executed!", len(toBeRemoved.Data))
//log.Printf("[INFO] NOT IMPLEMENTED: Should remove %d workflows from backend because they're executed!", len(toBeRemoved.Data))
}
}