service_grpc_service_config.json 634 B

123456789101112131415161718192021222324252627
  1. {
  2. "methodConfig": [
  3. {
  4. "name": [
  5. {
  6. "service": "ccc.hosted.marketplace.v2.CustomerLicenseService",
  7. "method": "Get"
  8. },
  9. {
  10. "service": "ccc.hosted.marketplace.v2.LicenseNotificationService",
  11. "method": "List"
  12. },
  13. {
  14. "service": "ccc.hosted.marketplace.v2.UserLicenseService",
  15. "method": "Get"
  16. }
  17. ],
  18. "timeout": "60s",
  19. "retryPolicy": {
  20. "initialBackoff": "1s",
  21. "maxBackoff": "60s",
  22. "backoffMultiplier": 1.3,
  23. "retryableStatusCodes": ["UNAVAILABLE", "UNKNOWN"]
  24. }
  25. }
  26. ]
  27. }