mirror of
https://github.com/openfaas/faas.git
synced 2025-06-25 08:13:25 +00:00
Introduce upstream_timeout in .yml file
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
@ -8,8 +8,9 @@ services:
|
|||||||
- functions
|
- functions
|
||||||
environment:
|
environment:
|
||||||
functions_provider_url: "http://faas-swarm:8080/"
|
functions_provider_url: "http://faas-swarm:8080/"
|
||||||
read_timeout: "20s" # set both here, and on your functions
|
read_timeout: "25s" # Maximum time to read HTTP request
|
||||||
write_timeout: "20s" # set both here, and on your functions
|
write_timeout: "25s" # Maximum time to write HTTP response
|
||||||
|
upstream_timeout: "20s" # Maximum duration of upstream function call - should be more than read_timeout and write_timeout
|
||||||
dnsrr: "true" # Temporarily use dnsrr in place of VIP while issue persists on PWD
|
dnsrr: "true" # Temporarily use dnsrr in place of VIP while issue persists on PWD
|
||||||
faas_nats_address: "nats"
|
faas_nats_address: "nats"
|
||||||
faas_nats_port: 4222
|
faas_nats_port: 4222
|
||||||
|
Reference in New Issue
Block a user