lib/google/cloud/pubsub/v1/subscriber_client_config.json in google-cloud-pubsub-0.33.0 vs lib/google/cloud/pubsub/v1/subscriber_client_config.json in google-cloud-pubsub-0.33.1
- old
+ new
@@ -4,18 +4,21 @@
"retry_codes": {
"idempotent": [
"DEADLINE_EXCEEDED",
"UNAVAILABLE"
],
- "non_idempotent": [],
"pull": [
- "CANCELLED",
"DEADLINE_EXCEEDED",
"INTERNAL",
"RESOURCE_EXHAUSTED",
"UNAVAILABLE"
- ]
+ ],
+ "http_get": [
+ "DEADLINE_EXCEEDED",
+ "UNAVAILABLE"
+ ],
+ "non_idempotent": []
},
"retry_params": {
"default": {
"initial_retry_delay_millis": 100,
"retry_delay_multiplier": 1.3,
@@ -75,10 +78,10 @@
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"Acknowledge": {
"timeout_millis": 60000,
- "retry_codes_name": "non_idempotent",
+ "retry_codes_name": "idempotent",
"retry_params_name": "messaging"
},
"Pull": {
"timeout_millis": 60000,
"retry_codes_name": "pull",