Moved worker and orborus to run with shuffle-shared

This commit is contained in:
frikky
2021-03-20 16:16:53 +01:00
parent 49564cdc44
commit 8148eb924c
12 changed files with 553 additions and 154 deletions
+1 -1
View File
@@ -3695,7 +3695,7 @@ func handleNewHook(resp http.ResponseWriter, request *http.Request) {
log.Printf("[INFO] Failed to increase total workflows: %s", err)
}
log.Printf("Set up a new hook with ID %s and environment %s", newId, hook.Environment)
log.Printf("[INFO] Set up a new hook with ID %s and environment %s", newId, hook.Environment)
resp.WriteHeader(200)
resp.Write([]byte(`{"success": true}`))
}