Adding 404 to list of retryable status codes

This commit is contained in:
Ryan Baxter
2017-06-08 16:18:11 -04:00
parent 8281757da8
commit 484bde10b3

View File

@@ -43,7 +43,8 @@ import com.netflix.zuul.context.RequestContext;
value = {
"zuul.routes.simple.path: /simple/**",
"zuul.routes.simple.retryable: true",
"ribbon.OkToRetryOnAllOperations: true"})
"ribbon.OkToRetryOnAllOperations: true",
"simple.ribbon.retryableStatusCodes: 404"})
@DirtiesContext
public class RetryableZuulProxyApplicationTests {