mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-24 15:53:24 +00:00
Explicitly turn off write_debug for queue-worker
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
@ -137,7 +137,7 @@ func makeServiceDefinitions(archSuffix string) []pkg.Service {
|
|||||||
"faas_gateway_address=gateway",
|
"faas_gateway_address=gateway",
|
||||||
"ack_wait=5m5s",
|
"ack_wait=5m5s",
|
||||||
"max_inflight=1",
|
"max_inflight=1",
|
||||||
"faas_print_body=true",
|
"write_debug=false",
|
||||||
},
|
},
|
||||||
Image: "docker.io/openfaas/queue-worker:0.9.0",
|
Image: "docker.io/openfaas/queue-worker:0.9.0",
|
||||||
Mounts: []pkg.Mount{},
|
Mounts: []pkg.Mount{},
|
||||||
|
Reference in New Issue
Block a user