You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We have backend services which respond around 30 seconds, therefore our timeout_ms is set high such as 120000 in ambassador 0.40.1, when I upgraded to ambassador 0.50.0-ea6, i have realized that we get 504 exactly at 15 seconds. The diagnostics page shows "connect_timeout": "3s" for the active cluster though I am not sure if connect_timeout in Envoy cluster configuration and timeout_ms in Ambassador configuration are related.
To Reproduce
Deploy a service which responds in 25 seconds.
Then you have 2 ways to see timeout_ms has no effect at all.
a) set timeout_ms to 20000 in Mapping.
b) do not set timeout_ms in Mapping.
Expected behavior
a) You should see 504 in 20 seconds but you will have it at 15 seconds.
b) You should see 504 in 3 seconds (default) but you will have it at 15 seconds.
Versions (please complete the following information):
Ambassador: 0.50.0-ea6
Kubernetes environment: bare metal
Version: 1.9.8
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
We have backend services which respond around 30 seconds, therefore our timeout_ms is set high such as 120000 in ambassador 0.40.1, when I upgraded to ambassador 0.50.0-ea6, i have realized that we get 504 exactly at 15 seconds. The diagnostics page shows "connect_timeout": "3s" for the active cluster though I am not sure if connect_timeout in Envoy cluster configuration and timeout_ms in Ambassador configuration are related.
To Reproduce
Deploy a service which responds in 25 seconds.
Then you have 2 ways to see timeout_ms has no effect at all.
a) set timeout_ms to 20000 in Mapping.
b) do not set timeout_ms in Mapping.
Expected behavior
a) You should see 504 in 20 seconds but you will have it at 15 seconds.
b) You should see 504 in 3 seconds (default) but you will have it at 15 seconds.
Versions (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: