Skip to content

Commit

Permalink
Increase grpc retry to 1000 in xdock (#1419)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <[email protected]>
  • Loading branch information
pavolloffay authored Mar 11, 2019
1 parent 85f9ea9 commit 91d9f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crossdock/jaeger-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:

jaeger-agent:
image: jaegertracing/jaeger-agent
command: ["--reporter.grpc.host-port=jaeger-collector:14250", "--reporter.grpc.retry.max=100"]
command: ["--reporter.grpc.host-port=jaeger-collector:14250", "--reporter.grpc.retry.max=1000"]
ports:
- "5775:5775/udp"
- "6831:6831/udp"
Expand Down

0 comments on commit 91d9f95

Please sign in to comment.